[rds-commits] jlbec commits r108 - trunk

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Mon Jun 12 20:09:13 CDT 2006


Author: jlbec
Date: 2006-06-12 20:09:12 -0500 (Mon, 12 Jun 2006)
New Revision: 108

Modified:
   trunk/Makefile.in
Log:
kernel no likey CC

Modified: trunk/Makefile.in
===================================================================
--- trunk/Makefile.in	2006-06-10 00:02:36 UTC (rev 107)
+++ trunk/Makefile.in	2006-06-13 01:09:12 UTC (rev 108)
@@ -10,7 +10,7 @@
 CONFIG_ARGS := @CONFIG_ARGS@
 
 kbuild-%:
-	@make -C @KERNELSRC@ CC=@KERNELCC@ M=$(CURDIR)/linux/net/rds \
+	@make -C @KERNELSRC@ M=$(CURDIR)/linux/net/rds \
 		CONFIG_RDS=m EXTRA_CFLAGS=$(EXTRA_CFLAGS) $*
 
 configure: configure.in




More information about the rds-commits mailing list