New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81228


Ignore:
Timestamp:
07/27/11 14:17:50 (4 years ago)
Author:
jmr@…
Message:

mpab: build all ports if portlist is 'all'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/mpab/chroot-scripts/buildports

    r79899 r81228  
    7070   portList=`/bin/cat /var/tmp/portlist` 
    7171   /bin/rm /var/tmp/portlist 
     72   if [[ `echo -n $portList` == "all" ]]; then 
     73      portList=`/usr/bin/tclsh /var/tmp/genportlist.tcl` 
     74   fi 
    7275else 
    7376   portList=`/usr/bin/tclsh /var/tmp/genportlist.tcl` 
Note: See TracChangeset for help on using the changeset viewer.