Date: Tue, 3 Sep 2002 18:33:07 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: "M. Warner Losh" <imp@bsdimp.com> Cc: current@FreeBSD.ORG Subject: Re: installworld broken Message-ID: <20020903182314.S6474-100000@gamplex.bde.org> In-Reply-To: <20020902.125243.39997233.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2 Sep 2002, M. Warner Losh wrote:
> 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.
I object :-). This change shoots the messenger. You apparently have
timestamp problems which result in trmcap being rebuilt at install
time. Building at install time should fail.
Bruce
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?20020903182314.S6474-100000>
