svn commit: trunk/busybox/scripts/kconfig

vapier at busybox.net vapier at busybox.net
Sat Dec 30 19:46:38 UTC 2006


Author: vapier
Date: 2006-12-30 11:46:38 -0800 (Sat, 30 Dec 2006)
New Revision: 17110

Log:
kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with the kernel headers

Modified:
   trunk/busybox/scripts/kconfig/confdata.c


Changeset:
Modified: trunk/busybox/scripts/kconfig/confdata.c
===================================================================
--- trunk/busybox/scripts/kconfig/confdata.c	2006-12-30 19:43:35 UTC (rev 17109)
+++ trunk/busybox/scripts/kconfig/confdata.c	2006-12-30 19:46:38 UTC (rev 17110)
@@ -412,7 +412,7 @@
 			       " * Linux kernel version: %s\n"
 			       " */\n"
 			       "%s"
-			       "#define AUTOCONF_INCLUDED\n",
+			       "\n",
 			       sym_get_string_value(sym),
 			       buf);
 	}




More information about the busybox-cvs mailing list