Przeglądaj źródła

- use established style

Bernhard Reutner-Fischer 18 lat temu
rodzic
commit
e0dd5309bd
1 zmienionych plików z 6 dodań i 3 usunięć
  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