From owner-freebsd-current Thu May 28 09:35:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06755 for freebsd-current-outgoing; Thu, 28 May 1998 09:35:53 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA06750 for ; Thu, 28 May 1998 09:35:47 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id JAA21689; Thu, 28 May 1998 09:33:08 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd021685; Thu May 28 16:33:04 1998 Date: Thu, 28 May 1998 09:32:58 -0700 (PDT) From: Julian Elischer To: Peter Wemm cc: current@FreeBSD.ORG Subject: Re: BEWARE - problem with make world can wipe out .h files in src/sys! In-Reply-To: <199805281337.VAA08096@spinner.netplex.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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