[hackers] [scc] Give priority to environment in clean || Roberto E. Vargas Caballero
commit c014ddd08af345cb352d1d717a2252fae275aa9f
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Thu Dec 1 09:34:57 2016 +0100
Commit: damia <alejandro.berna_AT_sener.es>
CommitDate: Thu Dec 1 09:38:07 2016 +0100
Give priority to environment in clean
diff --git a/Makefile b/Makefile
index 8b1f90a..d6a2caa 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -49,7 +49,7 @@ uninstall:
clean-helper:
for i in $(DIRS); \
do \
- (cd $$i && $(MAKE) clean || exit); \
+ (cd $$i && $(MAKE) -e clean || exit); \
done
clean:
Received on Thu Dec 01 2016 - 09:44:14 CET
This archive was generated by hypermail 2.3.0
: Thu Dec 01 2016 - 09:48:23 CET