Date: Sat, 26 May 2001 20:58:49 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Doug Barton <DougB@DougBarton.net> Cc: Warner Losh <imp@harmony.village.org>, Ruslan Ermilov <ru@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/amd/include am_defs.h src/usr.sbin/amd/includeconfig.h src/etc/mtree BSD.include.dist src/include Makefilesrc/sbin/mount_msdos mount_msdos.c src/sbin/mountd mountd.csrc/share/man/man7 hier.7 src/sys/boot/forth loader.conf ... Message-ID: <Pine.BSF.4.21.0105262046580.91486-100000@besplex.bde.org> In-Reply-To: <3B0F5C97.339728E8@DougBarton.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 26 May 2001, Doug Barton wrote: > Warner Losh wrote: > > Likely it is a problem in make > > includes in sys/Makefile. They should be installed into the temp root > > that we compile against. > > Do you mean src/Makefile.inc? I can't find anything like that in > sys/Makefile. I also can't quite make out how we'd get > /usr/src/sys/fs/msdosfs/msdosfsmount.h put into the temp root you describe > using the mechanism in src/Makefile.inc, so at this point I give up. :) > I've attached the patch that did the damage, FYI. He means src/include/Makefile. This installs ${DESTDIR}/usr/src/sys/fs/msdosfs/msdosfsmount.h correctly here. > It sounds like a good project for someone who's bored would be to move > /usr/include out of the way and start a buildworld, fixing things as you go > along. This would just add bugs, since the host includes are required to bootstrap. Moving /usr/lib out of the way would make the host breakage more obvious. The problem is most likely that someone forgot to remove stale .depend files. Bruce 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?Pine.BSF.4.21.0105262046580.91486-100000>