test shouldn't install, only clean
This commit is contained in:
parent
eb18784690
commit
fd4b7f7a1d
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -55,11 +55,13 @@ clean::
|
||||||
etcfiles::
|
etcfiles::
|
||||||
cd etc && $(MAKE) install
|
cd etc && $(MAKE) install
|
||||||
|
|
||||||
|
clean::
|
||||||
|
cd test && $(MAKE) $@
|
||||||
|
|
||||||
all install clean::
|
all install clean::
|
||||||
cd boot && $(MAKE) $@
|
cd boot && $(MAKE) $@
|
||||||
cd man && $(MAKE) $@ # First manpages, then commands
|
cd man && $(MAKE) $@ # First manpages, then commands
|
||||||
test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
|
test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
|
||||||
cd tools && $(MAKE) $@
|
cd tools && $(MAKE) $@
|
||||||
cd test && $(MAKE) $@
|
|
||||||
cd servers && $(MAKE) $@
|
cd servers && $(MAKE) $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue