From: Bernhard Reutner-Fischer Date: Fri, 13 Jul 2007 12:21:19 +0000 (-0000) Subject: - use established style X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0dd5309bd9e875de70cfe78d3016f68669114ee;p=buildroot.git - use established style --- diff --git a/Makefile b/Makefile index 577423f25d..483b809cc0 100644 --- 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