From: Ben Gras Date: Tue, 26 Jul 2005 13:50:58 +0000 (+0000) Subject: test shouldn't install, only clean X-Git-Tag: v3.1.0~530 X-Git-Url: http://zhaoyanbai.com/repos/man.dig.html?a=commitdiff_plain;h=fd4b7f7a1d934641112ec9ee145854388c34b9f4;p=minix.git test shouldn't install, only clean --- 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) $@