From fd4b7f7a1d934641112ec9ee145854388c34b9f4 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 26 Jul 2005 13:50:58 +0000 Subject: [PATCH] test shouldn't install, only clean --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31c42738f..2cccf9a7a 100755 --- a/Makefile +++ b/Makefile @@ -55,11 +55,13 @@ clean:: etcfiles:: cd etc && $(MAKE) install +clean:: + cd test && $(MAKE) $@ + all install clean:: cd boot && $(MAKE) $@ cd man && $(MAKE) $@ # First manpages, then commands test ! -f commands/Makefile || { cd commands && $(MAKE) $@; } cd tools && $(MAKE) $@ - cd test && $(MAKE) $@ cd servers && $(MAKE) $@ -- 2.44.0