projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3147e77
)
- use established style
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 13 Jul 2007 12:21:19 +0000
(12:21 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 13 Jul 2007 12:21:19 +0000
(12:21 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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