Changeset 72634c5 for scripts


Ignore:
Timestamp:
Apr 26, 2010, 11:22:41 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
7892963
Parents:
cef53f9
Message:
locker-update: Don't skip arches because the bare binary is missing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/locker-update

    ra06334e r72634c5  
    5454    elif [ "$i" = "common" ]; then
    5555        echo "# Skipping 'common'..."
    56     elif ! [ -e "$i/bin/$NEWVERSION" ]; then
     56    elif ! [ -e "$i/bin/$NEWVERSION" ] && \
     57        ! [ "$(shopt -s nullglob; echo $i/bin/$NEWVERSION.zephyr?)" ] ; then
    5758        echo "# New version $NEWVERSION not built for arch $i...";
    5859    else
Note: See TracChangeset for help on using the changeset viewer.