test shouldn't install, only clean
This commit is contained in:
parent
eb18784690
commit
fd4b7f7a1d
4
Makefile
4
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) $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user