Re: Building on i386 with DESTDIR

2010-08-01 Thread Ted Unangst
On Sun, Aug 1, 2010 at 11:55 PM, Theo de Raadt wrote: >> 4) An additional header required for gscpm(4): >> >> Index: sys/arch/i386/pci/gscpm.c >> === >> RCS file: /cvs/src/sys/arch/i386/pci/gscpm.c,v >> retrieving revision 1.6 >> diff

Re: Building on i386 with DESTDIR

2010-08-01 Thread Theo de Raadt
> I've found I need a few diffs to build my i386 system cleanly with > gcc4 when the DESTDIR variable is set. Please don't do this. We want fewer building processes; rather than more. With a system this big there are always going to be accidental and strange unwanted effects just from building d

Building on i386 with DESTDIR

2010-07-16 Thread Nathanael Rensen
I've found I need a few diffs to build my i386 system cleanly with gcc4 when the DESTDIR variable is set. 1) When DESTDIR is set, /usr/share/mk/bsd.sys.mk sets the gcc -nostdinc flag and adds include directories pointing within the DESTDIR. However, two additional directories are required to repl