Copy mkfiles when building world
This commit is contained in:
parent
7c4cd0e6b0
commit
dd6569d342
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -27,7 +27,10 @@ usage:
|
|||
# 'make install' target.
|
||||
#
|
||||
# etcfiles has to be done first.
|
||||
world: includes depend libraries install postinstall
|
||||
world: mkfiles includes depend libraries install postinstall
|
||||
|
||||
mkfiles:
|
||||
cp etc/mk/*.mk /etc/mk/
|
||||
|
||||
includes:
|
||||
cd include && $(MAKE) install gcc
|
||||
|
|
Loading…
Reference in a new issue