Date: Thu, 28 May 1998 09:32:58 -0700 (PDT) From: Julian Elischer <julian@whistle.com> To: Peter Wemm <peter@netplex.com.au> Cc: current@FreeBSD.ORG Subject: Re: BEWARE - problem with make world can wipe out .h files in src/sys! Message-ID: <Pine.BSF.3.95.980528092531.4984A-100000@current1.whistle.com> In-Reply-To: <199805281337.VAA08096@spinner.netplex.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
It's not only make -DNOCLEAN
I don't have that set,
however I think you got it anyhow
as t survived a bit longer this time before falling over the fact
that /usr/obj/usr/src/tmp (a separate filesysytem here) filled up
Its probably due to all the files in usr/lib being duplicated in
usr/lib/aout instead of being just installed there to start with.
There's a 10 minute difference in thetimestamps between them.
Unfortunatly I sized /usr/obj/usr/src/tmp pretty close thinking
"this isn't going to grow THAT much".
julian
On Thu, 28 May 1998, Peter Wemm wrote:
> Watch out, there is a condition in 'make world' that can cause all your
> src/sys/{net,sys,vm,netinet,etc..}/*.h files to get deleted. I'm think
> this only happens with 'make -DNOCLEAN world', and only if there are
> symlinks in the /usr/obj/tmp/usr/include tree at the point that the world
> is built.
>
> I have committed a fix, but this is a heads up for people building
> not-quite-current sources with -DNOCLEAN.
>
> So, if you have got important changes to src/sys/*/*.h, take a backup copy
> of them to be sure.
>
> Make sure you DO NOT do a 'make -DNOCLEAN world' with rev 1.185 of src/
> Makefile. Everything else should be fine (at least, it shouldn't delete
> your source files....).
>
> Looks like I get the pointy hat for this one. Sorry folks... :-(
>
> Cheers,
> -Peter
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" in the body of the message
>
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?Pine.BSF.3.95.980528092531.4984A-100000>
