svn commit: trunk/busybox/applets
vda at busybox.net
vda at busybox.net
Sun Oct 29 11:37:13 PST 2006
Author: vda
Date: 2006-10-29 11:37:13 -0800 (Sun, 29 Oct 2006)
New Revision: 16472
Log:
"#warning: http://...." doesn't work (gcc thinks that it's a comment!)
Modified:
trunk/busybox/applets/applets.c
Changeset:
Modified: trunk/busybox/applets/applets.c
===================================================================
--- trunk/busybox/applets/applets.c 2006-10-29 19:34:49 UTC (rev 16471)
+++ trunk/busybox/applets/applets.c 2006-10-29 19:37:13 UTC (rev 16472)
@@ -20,7 +20,7 @@
#if ENABLE_STATIC && defined(__GLIBC__)
#warning Static linking against glibc produces buggy executables
#warning (glibc doesn't cope well with ld --gc-sections).
-#warning See http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400
+#warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400
#warning Note that glibc is utterly unsuitable for static linking anyway.
#endif
More information about the busybox-cvs
mailing list