Changeset 1211
- Timestamp:
- 08/29/06 19:59:41 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/Release2.1.0b/external/casa_asap/configure.sh
r1208 r1211 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.