test shouldn't install, only clean

This commit is contained in:
Ben Gras 2005-07-26 13:50:58 +00:00
parent eb18784690
commit fd4b7f7a1d

View file

@ -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) $@