[uClibc-cvs] uClibc Rules.mak,1.152,1.153

Erik Andersen andersen at uclibc.org
Mon Nov 10 18:42:34 UTC 2003


Update of /var/cvs/uClibc
In directory winder:/tmp/cvs-serv20423

Modified Files:
	Rules.mak 
Log Message:
Strip off quotes from TARGET_ARCH


Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/Rules.mak,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- Rules.mak	7 Nov 2003 04:13:28 -0000	1.152
+++ Rules.mak	10 Nov 2003 18:42:30 -0000	1.153
@@ -80,6 +80,7 @@
 	then echo "$(1)"; else echo "$(2)"; fi)
 
 # Make certain these contain a final "/", but no "//"s.
+TARGET_ARCH:=$(strip $(subst ",, $(strip $(TARGET_ARCH))))
 RUNTIME_PREFIX:=$(strip $(subst //,/, $(subst ,/, $(subst ",, $(strip $(RUNTIME_PREFIX))))))
 DEVEL_PREFIX:=$(strip $(subst //,/, $(subst ,/, $(subst ",, $(strip $(DEVEL_PREFIX))))))
 export RUNTIME_PREFIX DEVEL_PREFIX




More information about the uClibc-cvs mailing list