]> git.pld-linux.org Git - packages/libargon2.git/commitdiff
make: do not run clean and make in same target
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 23 Aug 2017 06:10:33 +0000 (09:10 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 23 Aug 2017 06:10:33 +0000 (09:10 +0300)
(obviously) breaks parallel make: make -j9

makefile.patch

index a8ab0e4c2e85dcd0e13a585b74c4aad1a9d01a0c..d892faa70e34a7c3ce622a15f36af3ffc9d5446c 100644 (file)
        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)
This page took 0.124888 seconds and 4 git commands to generate.