Changeset 2269


Ignore:
Timestamp:
Apr 30, 2015, 4:25:35 PM (9 years ago)
Author:
Ehouarn Millour
Message:

Typos in variable names which lead to the makefile being systematically recreated when compiling.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/makelmdz

    r2250 r2269  
    599599makefile=make_dir/makefile_$suf_make
    600600
    601 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 ]]
     601if [[ $configuration_change == "true" || ! ( -r $makefile ) || ! ( -r $liste90 ) || ! ( -r $liste77 ) || ` diff tmp77 $liste77 | wc -w ` -ne 0 || ` diff tmp90 $liste90 | wc -w ` -ne 0 ]]
    602602then
    603603  echo "les fichiers suivants ont ete crees ou detruits"
Note: See TracChangeset for help on using the changeset viewer.