[Buildroot] [PATCH] Critical typo in /Makefile

Julien Letessier julien.letessier at technosens.fr
Fri Jul 13 09:59:04 UTC 2007


Unless I'm missing something, this is a type and it breaks everything
(in particular by adding 2 spaces at the end of $(PROJECT))


-- 
Julien Letessier
<julien.letessier at technosens.fr>

Index: Makefile
===================================================================
--- Makefile    (revision 19080)
+++ Makefile    (working copy)
@@ -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