Set PACKAGE_BUILDING before making the duds file to prevent listing of

ports that are buildable conditionally on this variable.
This commit is contained in:
Kris Kennaway 2003-09-12 20:44:50 +00:00
parent 71769ad1c7
commit 7bc2b19585
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88964

View File

@ -29,6 +29,7 @@ duds=${pb}/${arch}/${branch}/duds
unset DISPLAY unset DISPLAY
export PACKAGE_BUILDING=1
cd ${PORTSDIR} cd ${PORTSDIR}
make -j${DUDSJOBS} ignorelist ECHO_MSG=true > ${duds} || exit 1 make -j${DUDSJOBS} ignorelist ECHO_MSG=true > ${duds} || exit 1
sort ${duds} > ${duds}.tmp sort ${duds} > ${duds}.tmp