]> Zhao Yanbai Git Server - minix.git/commitdiff
Copy mkfiles when building world
authorArun Thomas <arun@minix3.org>
Thu, 25 Feb 2010 22:10:48 +0000 (22:10 +0000)
committerArun Thomas <arun@minix3.org>
Thu, 25 Feb 2010 22:10:48 +0000 (22:10 +0000)
Makefile

index c421c13ef3307f6f713b2b01f8cf2e65c71cd071..3f4ed1a12753acb2be9e31c69555b53762e11882 100644 (file)
--- 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