Ignore:
Timestamp:
Nov 8, 2024, 10:55:50 AM (13 days ago)
Author:
afalco
Message:

libphy compilation: fixed a few pathes for compilation with dynamico & others.
Removing lock when fail.
Allows for user to re-run compilation without the warning "ATTENTION... you might be already compiling"
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/build_gcm

    r3484 r3499  
    4444
    4545# run "fcm build" command
    46 ${dirname}fcm build $*
     46${dirname}fcm build $* || (exit 1)
    4747if [ $? != 0 ]; then # check if fcm command worked
    48     exit 1
     48  echo "Removing .lock"
     49  \rm -f '.lock'
     50  exit 1
    4951fi
    5052
Note: See TracChangeset for help on using the changeset viewer.