From 2cabf98110c8e58e8bea04149a081ca899be16d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 15 Dec 2015 11:42:07 +0100 Subject: Make some rm -rf commands safer This way if for some unknown reason $(APP_TO_CLEAN) isn't defined, we don't delete the entire world. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 237ca42..34d647f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -134,7 +134,7 @@ clean-core:: clean-core-clean-crash-dump clean-core-distclean-tmp clean-core-hel .PHONY: core-clean-crash-dump core-distclean-tmp core-help clean-core-clean-crash-dump clean-core-distclean-tmp clean-core-help clean-core-clean-crash-dump clean-core-distclean-tmp clean-core-help: - $t rm -rf $(APP_TO_CLEAN)/ + $t rm -rf $(APP_TO_CLEAN) core-clean-crash-dump: build clean-core-clean-crash-dump -- cgit v1.2.3