[uClibc-cvs] uClibc/test/crypt Makefile,1.3,1.4

Erik Andersen andersen at codepoet.org
Thu Jan 23 16:28:32 UTC 2003


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

Modified Files:
	Makefile 
Log Message:
Update tests to be somewhat consistant with the rest of the world


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/test/crypt/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	3 Apr 2002 10:26:12 -0000	1.3
+++ Makefile	23 Jan 2003 16:27:58 -0000	1.4
@@ -40,10 +40,10 @@
 crypt_glibc: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
 	-@ echo "-------"
 	-@ echo " "
-	-@ echo "Compiling vs uClibc: "
+	-@ echo "Compiling vs glibc: "
 	-@ echo " "
-	$(HOST_CC) $(GLIBC_CFLAGS) -c $< -o $@.o
-	$(HOST_CC) $(GLIBC_LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
+	$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
+	$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
 	$(STRIPTOOL) -x -R .note -R .comment $@
 	-./$@ < crypt.input > $@.out 2>&1
 	-@ echo " "




More information about the uClibc-cvs mailing list