Changeset 5261 for LMDZ6/trunk/create_make_gcm
- Timestamp:
- Oct 22, 2024, 6:12:58 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/create_make_gcm
r4085 r5261 215 215 echo dernier str2 $str2 >> $logfile 216 216 if [ "$str2" = "" ] ; then 217 echo Warn: Include $diri $trufile $fili $stri pas trouve >> $logfile 217 if [ "$stri" = "YOMCST" ] ; then 218 str2='$(LIBO)/libphylmd.a(yomcst_mod_h.o)' 219 echo $str1 \\ 220 str1=$str2 221 else 222 echo Warn: Include $diri $trufile $fili $stri pas trouve >> $logfile 223 fi 218 224 elif [ "$str2" = "$str1" ] ; then 219 225 echo Warn: Include $diri $trufile $fili $stri $str1 trouve 2x >> $logfile
Note: See TracChangeset
for help on using the changeset viewer.