From: Arun Thomas Date: Thu, 25 Feb 2010 22:10:48 +0000 (+0000) Subject: Copy mkfiles when building world X-Git-Tag: v3.1.7~268 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch06.html?a=commitdiff_plain;h=dd6569d342136a90029c911ab31c9990d847afff;p=minix.git Copy mkfiles when building world --- diff --git a/Makefile b/Makefile index c421c13ef..3f4ed1a12 100644 --- a/Makefile +++ b/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