Bläddra i källkod

- use established style

Bernhard Reutner-Fischer 18 år sedan
förälder
incheckning
e0dd5309bd
1 ändrade filer med 6 tillägg och 3 borttagningar
  1. 6 3
      Makefile

+ 6 - 3
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