Changeset 2751 in Sophya for trunk/SophyaLib/BuildMgr/configure
- Timestamp:
- May 20, 2005, 6:22:07 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/configure
r2739 r2751 348 348 echo " 7.a/ Creating $objlistname " 349 349 rm -f $objlistname ; touch $objlistname 350 foreach d ( $SOPMOD ) 351 if ( -d ../$d ) then 352 cat ../$d/objlist.list >> $objlistname 353 endif 350 foreach d ( $SOPMOD ) 351 rm -f $sconf/$d.conf 352 if ( ! -d ../$d ) continue 353 cat ../$d/objlist.list >> $objlistname 354 touch $sconf/$d.conf 354 355 end 355 356 … … 360 361 while ( $i < $#SOPEXT ) 361 362 @ i += 1 363 set d = $SOPEXT[$i] 364 rm -f $sconf/$d.conf 362 365 if( $SOPEXTOK[$i] <= 0 ) continue 363 set d = $SOPEXT[$i]364 366 if ( ! -d ../$d ) continue 365 367 cat ../$d/objlist.list >> $objlistname 368 touch $sconf/$d.conf 366 369 end 367 370 … … 369 372 echo " 7.c/ Creating $objlistname " 370 373 rm -f $objlistname ; touch $objlistname 371 foreach d ($SOPPI ) 372 if ( -d ../$d ) then 373 cat ../$d/objlist.list >> $objlistname 374 endif 374 foreach d ( $SOPPI ) 375 rm -f $sconf/$d.conf 376 if ( ! -d ../$d ) continue 377 cat ../$d/objlist.list >> $objlistname 378 touch $sconf/$d.conf 375 379 end 376 380
Note:
See TracChangeset
for help on using the changeset viewer.