Changeset 1217 for trunk/external
- Timestamp:
- 08/30/06 13:29:25 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/external/casa_asap/configure.sh
r1210 r1217 32 32 mv $ROOTDIR/linux $ROOTDIR/linux_64b 33 33 cd $ROOTDIR/linux_64b/UNKNOWN_SITE 34 cat makedefs.64 | sed -e "s#-Wall #-Wall $ flags#" > makedefs34 cat makedefs.64 | sed -e "s#-Wall #-Wall $cppflags#" > makedefs 35 35 cd $ROOTDIR 36 36 elif [ $arch == 'Darwin' ]; then … … 43 43 echo "configuring linux..." 44 44 cd $ROOTDIR/linux/UNKNOWN_SITE 45 cat makedefs.32 | sed -e "s#-Wall #-Wall $ flags#" > makedefs45 cat makedefs.32 | sed -e "s#-Wall #-Wall $cppflags#" > makedefs 46 46 cd $ROOTDIR 47 47 fi
Note:
See TracChangeset
for help on using the changeset viewer.