This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMU Common Lisp".
The branch, master has been updated via 32d261e41c94c72e95ea13ea87c89a4b6f13ee45 (commit) from f4cea372ea436c581e7bc701131d3e396ee6cc06 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 32d261e41c94c72e95ea13ea87c89a4b6f13ee45 Author: Raymond Toy toy.raymond@gmail.com Date: Sat May 4 21:37:33 2013 -0700
Clean up CC
* GNUmakefile * Config.solaris_sunc * Remove assignment of CC, letting it default. * Config.solaris * Force CC = gcc in case cc is Sun C
diff --git a/src/motif/server/Config.solaris b/src/motif/server/Config.solaris index 5ba86d7..6458524 100644 --- a/src/motif/server/Config.solaris +++ b/src/motif/server/Config.solaris @@ -2,6 +2,8 @@ # The motif includes are in /usr/dt/include # The Motif libraries are in /lib and /usr/dt/lib
+# Force gcc here, in case cc is Sun C. +CC = gcc CFLAGS = -O -DSVR4 -I. -I/usr/dt/include -I/usr/openwin/include LDFLAGS = -L/usr/dt/lib -R/usr/dt/lib -L/usr/openwin/lib -R/usr/openwin/lib LIBS = -lXm -lXt -lX11 -lsocket -lnsl -lgen diff --git a/src/motif/server/Config.solaris_sunc b/src/motif/server/Config.solaris_sunc index 0a63bfd..5ba86d7 100644 --- a/src/motif/server/Config.solaris_sunc +++ b/src/motif/server/Config.solaris_sunc @@ -6,8 +6,6 @@ CFLAGS = -O -DSVR4 -I. -I/usr/dt/include -I/usr/openwin/include LDFLAGS = -L/usr/dt/lib -R/usr/dt/lib -L/usr/openwin/lib -R/usr/openwin/lib LIBS = -lXm -lXt -lX11 -lsocket -lnsl -lgen
-CC = cc - # This def assumes you are building in the same or parallel # tree to the CVS souce layout. Sites may need to customize # this path. diff --git a/src/motif/server/GNUmakefile b/src/motif/server/GNUmakefile index 32b535a..62eccb1 100644 --- a/src/motif/server/GNUmakefile +++ b/src/motif/server/GNUmakefile @@ -1,4 +1,3 @@ -CC = gcc LIBS = -lXm -lXt -lX11 CFLAGS = -O LDFLAGS =
-----------------------------------------------------------------------
Summary of changes: src/motif/server/Config.solaris | 2 ++ src/motif/server/Config.solaris_sunc | 2 -- src/motif/server/GNUmakefile | 1 - 3 files changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive