Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Sep 2002 12:52:43 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        current@FreeBSD.ORG
Subject:   Re: installworld broken
Message-ID:  <20020902.125243.39997233.imp@bsdimp.com>
In-Reply-To: <20020902.114349.111929720.imp@bsdimp.com>
References:  <20020902.114349.111929720.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20020902.114349.111929720.imp@bsdimp.com>
            "M. Warner Losh" <imp@bsdimp.com> writes:
: I've had to add ex, touch and gencat to the installworld target.  And
: I've still not manged to complete a installworld.
: 
: anybody else see this?

Index: Makefile.inc1
===================================================================
RCS file: /home/imp/FreeBSD/CVS/src/Makefile.inc1,v
retrieving revision 1.303
diff -u -r1.303 Makefile.inc1
--- Makefile.inc1	23 Aug 2002 12:49:16 -0000	1.303
+++ Makefile.inc1	2 Sep 2002 18:51:38 -0000
@@ -371,9 +372,9 @@
 #
 distributeworld installworld: installcheck
 	mkdir -p ${INSTALLTMP}
-	for prog in [ awk cat chflags chmod chown date echo egrep find grep \
-	    ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \
-	    test true uname wc zic; do \
+	for prog in [ awk cap_mkdb cat chflags chmod chown date echo ex \
+	    egrep find gencat grep ln m4 make mkdir mtree mv pwd_mkdb rm \
+	    sed sh sysctl test touch true uname wc zic; do \
 		cp `which $$prog` ${INSTALLTMP}; \
 	done
 	cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//}

I plan to commit this change soon unless somone objects.  Yes, all the
programs I added are necessary.  Why they are now and not before, I
know not.

Warner

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020902.125243.39997233.imp>