From: Ben Gras Date: Fri, 16 Sep 2005 13:10:56 +0000 (+0000) Subject: Don't make etcfiles so it can be done sep. as root, then world as bin X-Git-Tag: v3.1.0~74 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=15b5f4afe9b103a378042c4ac75edb0e271a3c4b;p=minix.git Don't make etcfiles so it can be done sep. as root, then world as bin --- diff --git a/Makefile b/Makefile index 11cf4f81e..cef1ee093 100755 --- a/Makefile +++ b/Makefile @@ -25,7 +25,9 @@ usage: # for which it has to install /etc (for users and ownerships). # etcfiles also creates a directory hierarchy in its # 'make install' target. -world: etcfiles includes depend libraries cmds bigcmds contribs install biginstallcmds postinstall +# +# etcfiles has to be done first. +world: includes depend libraries cmds bigcmds contribs install biginstallcmds postinstall includes: cd include && $(MAKE) install