[packages/libargon2] make: do not run clean and make in same target

glen glen at pld-linux.org
Wed Aug 23 08:12:14 CEST 2017


commit f301f6d3d29994bc4d330455c116f68fc6a511f1
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Wed Aug 23 09:10:33 2017 +0300

    make: do not run clean and make in same target
    
    (obviously) breaks parallel make: make -j9

 makefile.patch | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/makefile.patch b/makefile.patch
index a8ab0e4..d892faa 100644
--- a/makefile.patch
+++ b/makefile.patch
@@ -24,3 +24,12 @@
  	SRC += src/opt.c
  endif
  
+@@ -105,7 +105,7 @@
+ 
+ .PHONY: clean dist format $(GENKAT) all install
+ 
+-all: clean $(RUN) libs 
++all: $(RUN) libs 
+ libs: $(LIBRARIES)
+ 
+ $(RUN):	        $(SRC) $(SRC_RUN)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libargon2.git/commitdiff/86c6bb9968b47352160f6ecbe384d8c6fc542475



More information about the pld-cvs-commit mailing list