From 15b5f4afe9b103a378042c4ac75edb0e271a3c4b Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 16 Sep 2005 13:10:56 +0000 Subject: [PATCH] Don't make etcfiles so it can be done sep. as root, then world as bin --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.44.0