Date: Tue, 14 Jan 1997 16:30:02 -0800 (PST) From: j@uriah.heep.sax.de (J Wunsch) To: freebsd-bugs Subject: Re: bin/2493: make $DESTDIR work Message-ID: <199701150030.QAA19316@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701150030.QAA19316>
