From 44e966e43381a39b6664b0fb31c36e6dc59adccc Mon Sep 17 00:00:00 2001 From: Dmitry Safonov Date: Mon, 24 Apr 2017 21:35:17 +0300 Subject: [PATCH] test/make: suppress "Nothing to be done for `default'." Let's pretend that we're doing something ;-D FWIW: cleaning two lines in the test output: Acked-by: Cyrill Gorcunov ========================== Run zdtm/static/tty03 in h ========================== make[2]: Nothing to be done for `default'. Start test make[2]: Nothing to be done for `default'. ./tty03 --pidfile=tty03.pid --outfile=tty03.out Run criu dump Run criu restore Send the 15 signal to 24 Wait for zdtm/static/tty03(24) to die for 0.100000 Removing dump/zdtm/static/tty03/24 ========================= Test zdtm/static/tty03 PASS ========================== Signed-off-by: Dmitry Safonov Signed-off-by: Andrei Vagin --- test/zdtm/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/zdtm/Makefile.inc b/test/zdtm/Makefile.inc index 79f0fc628..91d9a36ac 100644 --- a/test/zdtm/Makefile.inc +++ b/test/zdtm/Makefile.inc @@ -58,6 +58,7 @@ DEPEND.c = $(COMPILE.c) -MM -MP $(Q)$(CC) $(LDFLAGS) $^ $(LDLIBS) -o $@ default: all + @true .PHONY: default gitignore-clean: