[prev in list] [next in list] [prev in thread] [next in thread] 

List:       netbsd-tech-pkg
Subject:    Re: setting shell environment variables for installation?
From:       Hubert Feyrer <feyrer () cs ! stevens ! edu>
Date:       2005-12-26 16:38:48
Message-ID: Pine.LNX.4.61.0512261737530.21498 () m24s24 ! vlinux ! de
[Download RAW message or body]

On Mon, 26 Dec 2005, Georg Schwarz wrote:
> Is there an equivalent to CONFIGURE_ENV and MAKE_ENV for the install
> stage?

From pkgsrc/mk/bsd.pkg.mk:

.if !target(do-install)
 	do-install:
 	.  for _dir_ in ${INSTALL_DIRS}
 	        ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}                       \
 	        cd ${WRKSRC}; cd ${_dir_};                                      \
===>	        ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${INSTALL_MAKE_FLAGS}     \
 	                -f ${MAKEFILE} ${INSTALL_TARGET}
 	.  endfor
 	.endif

I.e. try MAKE_ENV.


  - Hubert
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic