Commit caacf3f0 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

zdtm: suppress the message "Nothing to be done for 'all'"

Execute zdtm/live/static/env00
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
./env00 --pidfile=env00.pid --outfile=env00.out --envname=ENV_00_TEST
Dump 18232
Restore
Check results 18232
14:53:59.615: 18232: PASS
Test: zdtm/live/static/env00, Result: PASS
ZDTM tests PASS.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent e493d386
...@@ -14,6 +14,7 @@ DEPEND.c = $(COMPILE.c) -MM -MP ...@@ -14,6 +14,7 @@ DEPEND.c = $(COMPILE.c) -MM -MP
$(DEPEND.c) $(OUTPUT_OPTION) $< $(DEPEND.c) $(OUTPUT_OPTION) $<
all: $(LIB) all: $(LIB)
@echo > /dev/null
install: all install: all
$(LIB): $(LIB)(${LIBOBJ}) $(LIB): $(LIB)(${LIBOBJ})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment