commit c014ddd08af345cb352d1d717a2252fae275aa9f parent b140b6aa1a408ef2e6693ed093d82432583a3be5 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Thu, 1 Dec 2016 09:34:57 +0100 Give priority to environment in clean Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -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: