2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00

makefile: remove all references to "test-legacy"

Signed-off-by: Stanislav Kinsbursky <skinsbursky@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Kinsbursky Stanislav 2012-07-28 09:08:16 +04:00 committed by Pavel Emelyanov
parent d88a52f1a1
commit 797f9cc019

View File

@ -70,7 +70,7 @@ MAKEFLAGS += --no-print-directory
include Makefile.syscall include Makefile.syscall
include Makefile.pie 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 docs help pie protobuf
all: protobuf pie all: protobuf pie
@ -101,9 +101,6 @@ $(PROGRAM): $(OBJS) $(SYS-OBJ) $(PROTOBUF-LIB)
$(E) " LINK " $@ $(E) " LINK " $@
$(Q) $(CC) $(CFLAGS) $^ $(LIBS) -o $@ $(Q) $(CC) $(CFLAGS) $^ $(LIBS) -o $@
test-legacy: all
$(Q) $(MAKE) -C test/legacy all
zdtm: all zdtm: all
$(Q) $(MAKE) -C test/zdtm all $(Q) $(MAKE) -C test/zdtm all
@ -127,7 +124,6 @@ clean: cleanpie cleansyscall
$(Q) $(RM) -f ./$(PROGRAM) $(Q) $(RM) -f ./$(PROGRAM)
$(Q) $(RM) -rf ./test/dump/ $(Q) $(RM) -rf ./test/dump/
$(Q) $(MAKE) -C protobuf/ clean $(Q) $(MAKE) -C protobuf/ clean
$(Q) $(MAKE) -C test/legacy clean
$(Q) $(MAKE) -C test/zdtm cleandep $(Q) $(MAKE) -C test/zdtm cleandep
$(Q) $(MAKE) -C test/zdtm clean $(Q) $(MAKE) -C test/zdtm clean
$(Q) $(MAKE) -C test/zdtm cleanout $(Q) $(MAKE) -C test/zdtm cleanout