7 |
# Yes these guys have never installed bash (maybe next decade?) |
# Yes these guys have never installed bash (maybe next decade?) |
8 |
set gm2command = "sh ${BUILDROOT}/../../tools/genmake2" |
set gm2command = "sh ${BUILDROOT}/../../tools/genmake2" |
9 |
set gm2optfile = "-optfile=${BUILDROOT}/../../tools/build_options/irix64_ip35+mpi_gfdl" |
set gm2optfile = "-optfile=${BUILDROOT}/../../tools/build_options/irix64_ip35+mpi_gfdl" |
10 |
set mkmodname = ( tr '[a-z]' '[A-Z]' ) |
set mkmodname = './toupper.sh' |
11 |
set arcommand = ar |
set arcommand = ar |
12 |
set aropts = "-s -rc" |
set aropts = "-s -rc" |
13 |
set cccommand = cc |
set cccommand = cc |