From owner-freebsd-bugs Tue Jan 14 16:30:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA19323 for bugs-outgoing; Tue, 14 Jan 1997 16:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA19316; Tue, 14 Jan 1997 16:30:02 -0800 (PST) Date: Tue, 14 Jan 1997 16:30:02 -0800 (PST) Message-Id: <199701150030.QAA19316@freefall.freebsd.org> To: freebsd-bugs Cc: From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: bin/2493: make $DESTDIR work Reply-To: j@uriah.heep.sax.de (J Wunsch) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/2493; it has been noted by GNATS. From: j@uriah.heep.sax.de (J Wunsch) To: thompson@tgsoft.com Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: bin/2493: make $DESTDIR work Date: Wed, 15 Jan 1997 01:05:30 +0100 As mark thompson wrote: > Enclosed is a set of diffs (mostly to makefiles) that make them respect > $DESTDIR. > -INCDIRS= -I/usr/include/rpcsvc > +INCDIRS= -I${DESTDIR}/usr/include/rpcsvc (etc.) I think ${DESTDIR} is only guaranteed to what its name says: a destination directory. This will only work to _install_ an already compiled tree (and this feature is heavily relied on during the release build process). I'm not sure what other people think, but i'm of the opinion that your patches try to extend the idea of ${DESTDIR}. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)