Changeset 82405
- Timestamp:
- 08/13/11 07:58:46 (4 years ago)
- File:
-
- 1 edited
-
contrib/mpab/chroot-scripts/buildports (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contrib/mpab/chroot-scripts/buildports
r82197 r82405 68 68 /bin/mkdir -p ${PORTRESULTSDIR}/success ${PORTRESULTSDIR}/fail 69 69 70 70 useFailCache="" 71 71 if [[ -f /var/tmp/portlist && `head -n1 /var/tmp/portlist` != "all" ]]; then 72 72 portList=`/bin/cat /var/tmp/portlist` 73 73 else 74 74 portList=`/usr/bin/tclsh /var/tmp/genportlist.tcl` 75 useFailCache=1 75 76 fi 76 77 /bin/rm -f /var/tmp/portlist … … 104 105 skipPort="" 105 106 portFile=`${PREFIX}/bin/port file ${portName}` 106 if [[ ! "$portFile" -nt "${FAILCACHE}/${portName}" ]]; then107 if [[ -n "$useFailCache" && ! "$portFile" -nt "${FAILCACHE}/${portName}" ]]; then 107 108 echo "skipping, portfile not modified since last failure" | tee -a ${PROGRESSLOG} | tee ${PORTRESULTSDIR}/fail/${portName}.log 108 109 skipPort=1
Note: See TracChangeset
for help on using the changeset viewer.

