On Mon, 2 Sep 2002, M. Warner Losh wrote:

> In message: <[EMAIL PROTECTED]>
>             "M. Warner Losh" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to