From dd6569d342136a90029c911ab31c9990d847afff Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Thu, 25 Feb 2010 22:10:48 +0000 Subject: [PATCH] Copy mkfiles when building world --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.44.0