From: Filipe Brandenburger Date: Tue, 14 Jul 2020 21:05:17 +0000 (-0700) Subject: test: Add "finish" rule to .PHONY X-Git-Tag: v246-rc2~73 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=06bb4411029422c61f5672905706dec41aa1f06f;p=systemd%2F.git test: Add "finish" rule to .PHONY --- diff --git a/test/TEST-52-HONORFIRSTSHUTDOWN/Makefile b/test/TEST-52-HONORFIRSTSHUTDOWN/Makefile index a48af97793..a06599081b 100644 --- a/test/TEST-52-HONORFIRSTSHUTDOWN/Makefile +++ b/test/TEST-52-HONORFIRSTSHUTDOWN/Makefile @@ -13,4 +13,4 @@ all setup run clean clean-again: finish: @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./fini.sh --$@ -.PHONY: all setup run clean clean-again +.PHONY: all setup run clean clean-again finish