Re: Handling user input and package building

2008-05-24 Thread Kris Kennaway
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

Handling user input and package building

2008-05-20 Thread Paul Schmehl
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} \