Paul Schmehl wrote:
I'm trying to figure out how to handle user input in package building mode.
I've got statements like this in my Makefile, and they work fine to
suppress user input from the pkg-install script:
pre-install:
.if !defined(PACKAGE_BUILDING)
@${SETENV} ${SCRIPTS_ENV} PKG
I'm trying to figure out how to handle user input in package building mode.
I've got statements like this in my Makefile, and they work fine to suppress
user input from the pkg-install script:
pre-install:
.if !defined(PACKAGE_BUILDING)
@${SETENV} ${SCRIPTS_ENV} PKG_PREFIX=${PREFIX} \