- use established style

This commit is contained in:
Bernhard Reutner-Fischer 2007-07-13 12:21:19 +00:00
parent 3147e777fe
commit e0dd5309bd

View file

@ -156,9 +156,12 @@ else
TARGETS:=uclibc TARGETS:=uclibc
endif endif
PROJECT:=$(strip $(subst ",,$(BR2_PROJECT))) # ")) PROJECT:=$(strip $(subst ",,$(BR2_PROJECT)))
TARGET_HOSTNAME:=$(strip $(subst ",,$(BR2_HOSTNAME))) # " )) #"))
BANNER:=$(strip $(subst ",,$(BR2_BANNER))) # " )) TARGET_HOSTNAME:=$(strip $(subst ",,$(BR2_HOSTNAME)))
#"))
BANNER:=$(strip $(subst ",,$(BR2_BANNER)))
#"))
include toolchain/Makefile.in include toolchain/Makefile.in