mpab: build all ports if portlist is 'all'

git-svn-id: https://svn.macports.org/repository/macports/contrib/mpab@81228 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Joshua Root
2011-07-27 21:17:50 +00:00
parent d392ed7236
commit 60d1dbc90f
+3
View File
@@ -69,6 +69,9 @@ rm -rf ${PORTRESULTSDIR}
if [[ -f /var/tmp/portlist ]]; then
portList=`/bin/cat /var/tmp/portlist`
/bin/rm /var/tmp/portlist
if [[ `echo -n $portList` == "all" ]]; then
portList=`/usr/bin/tclsh /var/tmp/genportlist.tcl`
fi
else
portList=`/usr/bin/tclsh /var/tmp/genportlist.tcl`
fi