Changeset 1773 for trunk/UTIL/fait_AA_make
- Timestamp:
- 2009-11-26T11:56:04+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/fait_AA_make
r1722 r1773 28 28 #- 29 29 echo "This script must be run while in the modipsl/modeles/NEMO directory" 30 cd WORK 30 cd WORK || exit 31 31 pwd 32 32 … … 86 86 87 87 # Agrif library and conv 88 libagrif : 88 libagrif : \$(call keycompat,key_iomput,key_agrif) 89 89 ifeq (\$(AGRIF),use) 90 90 @( if [ ! -d OPAFILES ]; then mkdir OPAFILES; fi ) … … 324 324 echo '# Please do not change ' 325 325 echo 'override FCM ?= notuse' 326 echo '' 327 328 echo '#check key compatibility' 329 echo 'keycompat=$(if $(and $(findstring $1,$(P_P)),$(findstring $2,$(P_P))),$(error $1 and $2 NOT compatible))' 326 330 327 331 echo ''
Note: See TracChangeset
for help on using the changeset viewer.