Changeset 37 for build


Ignore:
Timestamp:
Feb 8, 2007, 1:59:48 PM (17 years ago)
Author:
barrand
Message:
 
Location:
build/bhep/trunk/cmt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • build/bhep/trunk/cmt/cpincs.sh

    r36 r37  
    22mkdir -p ../bhep
    33
    4 find ../source -name "*.h" -exec cp {} ../bhep/. {};
     4find ../source -name "*.h" -print -exec /bin/cp {} ../bhep/. \;
    55
    66/bin/cp config.h ../bhep/.
  • build/bhep/trunk/cmt/meta_setup.csh

    r34 r37  
    22source /usr/local/CMT/v1r18p20050501/mgr/setup.csh
    33
    4 setenv CMTPATH "/exp/nemo"
     4#setenv CMTPATH "/exp/nemo"
    55
    6 #setenv CMTPATH "${HOME}/dev/exp/nemo"
     6setenv CMTPATH "${HOME}/dev/exp/nemo"
    77
    88
  • build/bhep/trunk/cmt/requirements

    r23 r37  
    1313# with all .h having been copied from the source
    1414# directory with something like :
    15 #    find ../source -name "*.h" -exec cp {} ../bhep/. {};
     15#    find ../source -name "*.h" -exec cp {} ../bhep/. \;
    1616# A copy of the config.h put under ../bhep.
    1717#
Note: See TracChangeset for help on using the changeset viewer.