[MITgcm-cvs] MITgcm/tools CVS Commit

Martin Losch mlosch at mitgcm.org
Wed Feb 13 02:39:34 EST 2008


Update of /u/gcmpack/MITgcm/tools
In directory forge:/tmp/cvs-serv21307/tools

Modified Files:
	genmake2 
Log Message:
replace (4 times)
     make genmake_tc_1.o >> genmake_warnings 2>&1
with
     COMM="$CC $CFLAGS -c genmake_tc_1.c"
     echo $COMM >> genmake_warnings
     $COMM >> genmake_warnings 2>&1
to make genmake2 always see the value of CC as specified in the
optfile. This change may break testreport or building the code on some
platforms where the default value of CC does not point to anything
useful. In that case, setting CC will fix the problem.




More information about the MITgcm-cvs mailing list