[CRIU] [PATCH 5/6] Makefile: pass few targets at once
Kir Kolyshkin
kir at openvz.org
Wed May 1 23:17:09 EDT 2013
Be green -- save bytes!
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
Makefile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 379ecc5..fbc4ef9 100644
--- a/Makefile
+++ b/Makefile
@@ -177,9 +177,7 @@ clean: clean-built
$(Q) $(RM) -r ./gcov
$(Q) $(RM) -r ./test/lib/
$(Q) $(RM) -r ./test/lib64/
- $(Q) $(MAKE) -C test/zdtm cleandep
- $(Q) $(MAKE) -C test/zdtm clean
- $(Q) $(MAKE) -C test/zdtm cleanout
+ $(Q) $(MAKE) -C test/zdtm cleandep clean cleanout
distclean: clean
$(E) " DISTCLEAN"
--
1.8.1.4
More information about the CRIU
mailing list