[uClibc-cvs] uClibc/test Makefile,1.24,1.25 Rules.mak,1.19,1.20

Erik Andersen andersen at codepoet.org
Wed Dec 4 22:40:24 UTC 2002


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

Modified Files:
	Makefile Rules.mak 
Log Message:
Change some variable names so we are more consistant with what
the linux kernel uses.
 -Erik


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/test/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile	11 Nov 2002 14:46:26 -0000	1.24
+++ Makefile	4 Dec 2002 22:40:20 -0000	1.25
@@ -24,7 +24,7 @@
 
 ALL_SUBDIRS = args assert ctype ldso pwd_grp signal silly stdlib string unistd crypt #misc
 DIRS = $(ALL_SUBDIRS)
-#ifeq ($(TARGET_ARCH), $(NATIVE_ARCH))
+#ifeq ($(TARGET_ARCH), $(HOST_ARCH))
 #	DIRS = $(ALL_SUBDIRS)
 #else
 #	DIRS =

Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/test/Rules.mak,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Rules.mak	28 Nov 2002 03:06:07 -0000	1.19
+++ Rules.mak	4 Dec 2002 22:40:20 -0000	1.20
@@ -10,9 +10,9 @@
 include $(TESTDIR)Config
 
 
-# Use NATIVE_ARCH here since running these test is not
+# Use HOST_ARCH here since running these test is not
 # even possible when cross compiling...
-NATIVE_ARCH:= $(shell uname -m | sed \
+HOST_ARCH:= $(shell uname -m | sed \
 		-e 's/i.86/i386/' \
 		-e 's/sparc.*/sparc/' \
 		-e 's/arm.*/arm/g' \




More information about the uClibc-cvs mailing list