[MITgcm-cvs] MITgcm/doc CVS Commit

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


Update of /u/gcmpack/MITgcm/doc
In directory forge:/tmp/cvs-serv21433/doc

Modified Files:
	tag-index 
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