Subject: ${INSTALL}
To: None <tech-pkg@netbsd.org>
From: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
List: tech-pkg
Date: 12/03/2002 13:55:06
I'd like to pass in our $INSTALL macro into MAKE_ENV, just as we do for
INSTALL_PROGRAM etc., but without all the arguments for permissions etc.
How about adding the patch below:
--- bsd.pkg.mk 2002/12/02 17:07:27 1.1093
+++ bsd.pkg.mk 2002/12/03 12:54:08
@@ -497,7 +497,8 @@
BSD_INSTALL_PROGRAM_DIR="${INSTALL_PROGRAM_DIR}" \
BSD_INSTALL_SCRIPT_DIR="${INSTALL_SCRIPT_DIR}" \
BSD_INSTALL_DATA_DIR="${INSTALL_DATA_DIR}" \
- BSD_INSTALL_MAN_DIR="${INSTALL_MAN_DIR}"
+ BSD_INSTALL_MAN_DIR="${INSTALL_MAN_DIR}" \
+ BSD_INSTALL="${INSTALL}"
MAKE_ENV+= ${INSTALL_MACROS}
SCRIPTS_ENV+= ${INSTALL_MACROS}
Something like this is needed to call our $INSTALL instead of 'install'
for the gd package on Solaris.
Any objections?
- Hubert
--
Want to get a clue on IPv6 but don't know where to start? Try this:
* Basics -> http://www.onlamp.com/pub/a/onlamp/2001/05/24/ipv6_tutorial.html
* Setup -> http://www.onlamp.com/pub/a/onlamp/2001/06/01/ipv6_tutorial.html
Of course with your #1 IPv6 ready operating system -> http://www.NetBSD.org/