[Buildroot] svn commit: trunk/buildroot

ulf at uclibc.org ulf at uclibc.org
Thu Jul 12 16:57:48 UTC 2007


Author: ulf
Date: 2007-07-12 09:57:47 -0700 (Thu, 12 Jul 2007)
New Revision: 19076

Log:
Workaround for vi bug in syntax highlighting

Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2007-07-12 16:53:13 UTC (rev 19075)
+++ trunk/buildroot/Makefile	2007-07-12 16:57:47 UTC (rev 19076)
@@ -156,9 +156,9 @@
 TARGETS:=uclibc
 endif
 
-PROJECT:=$(strip $(subst ",,$(BR2_PROJECT)))
-TARGET_HOSTNAME:=$(strip $(subst ",,$(BR2_HOSTNAME)))
-BANNER:=$(strip $(subst ",,$(BR2_BANNER)))
+PROJECT:=$(strip $(subst ",,$(BR2_PROJECT)))  # "))
+TARGET_HOSTNAME:=$(strip $(subst ",,$(BR2_HOSTNAME))) # " ))
+BANNER:=$(strip $(subst ",,$(BR2_BANNER))) # " ))
 
 
 include toolchain/Makefile.in




More information about the buildroot mailing list