[CRIU] [PATCH] make: Drop snipptes left from legacy cleaning
Cyrill Gorcunov
gorcunov at openvz.org
Thu Jul 26 08:31:01 EDT 2012
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
Makefile | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index 4c132eb..a92b370 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ MAKEFLAGS += --no-print-directory
include Makefile.syscall
include Makefile.pie
-.PHONY: all test-legacy zdtm test rebuild clean distclean tags cscope \
+.PHONY: all zdtm test rebuild clean distclean tags cscope \
docs help pie protobuf
all: protobuf pie
@@ -102,9 +102,6 @@ $(PROGRAM): $(OBJS) $(SYS-OBJ) $(PROTOBUF-LIB)
$(E) " LINK " $@
$(Q) $(CC) $(CFLAGS) $^ $(LIBS) -o $@
-test-legacy: all
- $(Q) $(MAKE) -C test/legacy all
-
zdtm: all
$(Q) $(MAKE) -C test/zdtm all
@@ -128,7 +125,6 @@ clean: cleanpie cleansyscall
$(Q) $(RM) -f ./$(PROGRAM)
$(Q) $(RM) -rf ./test/dump/
$(Q) $(MAKE) -C protobuf/ clean
- $(Q) $(MAKE) -C test/legacy clean
$(Q) $(MAKE) -C test/zdtm cleandep
$(Q) $(MAKE) -C test/zdtm clean
$(Q) $(MAKE) -C test/zdtm cleanout
--
1.7.7.6
More information about the CRIU
mailing list