- use established style
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 13 Jul 2007 12:21:19 +0000 (12:21 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 13 Jul 2007 12:21:19 +0000 (12:21 -0000)
Makefile

index 577423f25df2a675031018ed6ea78955ad8c3e02..483b809cc0cf9d0ebe5995315fee3c2e4fecd615 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -156,9 +156,12 @@ else
 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