Changeset 1137 for LMDZ4/branches/LMDZ4-dev/makelmdz_fcm
- Timestamp:
- Mar 27, 2009, 5:37:10 PM (16 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/makelmdz_fcm
r1136 r1137 74 74 [-link LINKS] : liens optionels avec d'autres librairies 75 75 [-fcm_path path] : chemin pour fcm (def: le chemin est suppose deja exister dans le PATH) 76 - m arch: nom de l'architecture cible76 -arch nom_arch : nom de l'architecture cible 77 77 exec : exécutable généré 78 78 fin … … 137 137 set fcm_path=$2 ; shift ; shift ; goto top 138 138 139 case - m139 case -arch 140 140 set arch=$2 ; shift ; shift ; goto top 141 141 … … 157 157 158 158 ############################################################### 159 # lecture des chemins propres � l'architecturede la machine #159 # lecture des chemins propres a l'architecture de la machine # 160 160 ############################################################### 161 161 162 162 rm -f ./arch.path 163 ln -s ./ machine/arch-${arch}.path ./arch.path163 ln -s ./arch/arch-${arch}.path ./arch.path 164 164 source arch.path 165 165 … … 352 352 353 353 354 ln -s machine/arch-${arch}.fcm arch.fcm354 ln -s arch/arch-${arch}.fcm arch.fcm 355 355 rm -f $LIBOGCM/${arch}${SUFF_NAME}/.config/fcm.bld.lock 356 356 ./build_gcm
Note: See TracChangeset
for help on using the changeset viewer.