Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 1998 11:22:48 +0200 (MET DST)
From:      Wolfgang Helbig <helbig@Informatik.BA-Stuttgart.DE>
To:        peter@FreeBSD.ORG (Peter Wemm)
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG
Subject:   Re: cvs commit: src/etc/mtree BSD.usr.dist
Message-ID:  <199806060922.LAA05836@rvc1.informatik.ba-stuttgart.de>
In-Reply-To: <199806051447.HAA02280@freefall.freebsd.org> from Peter Wemm at "Jun 5, 98 07:47:11 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> peter       1998/06/05 07:47:11 PDT
> 
>   Modified files:
>     etc/mtree            BSD.usr.dist 
>   Log:
>   Hands off my /usr/src and /usr/obj!  If they are symlinks (since they are
>   hard coded into too many things), it's not nice to go and change /home/src
>   etc.  This means they will be created if missing (so it shouldn't break
>   the releases), but won't touch them once they are changed.

This change breaks the "Make hierarchy" step of "make world", because
the mtree(1) used for this step doesn't know the "nochange" keyword:

mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr/obj/usr/src/tmp/usr
mtree: line 58: unknown keyword nochange
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

>   
>   Revision  Changes    Path
>   1.114     +3 -3      src/etc/mtree/BSD.usr.dist
> 

Wolfgang

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



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