Changeset 1211 for tags


Ignore:
Timestamp:
08/29/06 19:59:41 (18 years ago)
Author:
mar637
Message:

fixed variable name flags to cppflags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.0b/external/casa_asap/configure.sh

    r1208 r1211  
    3232    mv $ROOTDIR/linux $ROOTDIR/linux_64b
    3333    cd $ROOTDIR/linux_64b/UNKNOWN_SITE
    34     cat makedefs.64 | sed -e  "s#-Wall  #-Wall $flags#" > makedefs
     34    cat makedefs.64 | sed -e  "s#-Wall  #-Wall $cppflags#" > makedefs
    3535    cd $ROOTDIR
    3636elif [ $arch == 'Darwin' ]; then
     
    4343    echo "configuring linux..."
    4444    cd $ROOTDIR/linux/UNKNOWN_SITE
    45     cat makedefs.32 | sed -e  "s#-Wall  #-Wall $flags#" > makedefs
     45    cat makedefs.32 | sed -e  "s#-Wall  #-Wall $cppflags#" > makedefs
    4646    cd $ROOTDIR
    4747fi
Note: See TracChangeset for help on using the changeset viewer.