Changeset 1444 for trunk/LMDZ.COMMON


Ignore:
Timestamp:
Jun 5, 2015, 4:02:48 PM (9 years ago)
Author:
emillour
Message:

makelmdz script: Fixed typos in variable names which lead to the makefile being systematically recreated when compiling.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/makelmdz

    r1403 r1444  
    661661makefile=make_dir/makefile_$suf_make
    662662
    663 if [[ $configuration_change == "true" || ! ( -r makefile ) || ! ( -r $liste_90 ) || ! ( -r $liste_77 ) || ` diff tmp77 $liste_77 | wc -w ` -ne 0 || ` diff tmp90 $liste_90 | wc -w ` -ne 0 ]]
     663if [[ $configuration_change == "true" || ! ( -r makefile ) || ! ( -r $liste90 ) || ! ( -r $liste77 ) || ` diff tmp77 $liste77 | wc -w ` -ne 0 || ` diff tmp90 $liste90 | wc -w ` -ne 0 ]]
    664664then
    665665  echo "les fichiers suivants ont ete crees ou detruits"
Note: See TracChangeset for help on using the changeset viewer.