[uClibc-cvs] CVS uClibc/libc/misc/wctype

CVS User vapier vapier at codepoet.org
Tue Jan 25 03:09:10 UTC 2005


Update of /var/cvs/uClibc/libc/misc/wctype
In directory nail:/tmp/cvs-serv12269/misc/wctype

Modified Files:
	Makefile 
Log Message:
merge parallel build support

--- /var/cvs/uClibc/libc/misc/wctype/Makefile	2003/10/18 10:19:18	1.3
+++ /var/cvs/uClibc/libc/misc/wctype/Makefile	2005/01/25 03:09:08	1.4
@@ -41,12 +41,12 @@
 	OBJS += $(MOBJx)
 endif
 
-all: $(OBJS) $(LIBC)
+OBJ_LIST=../../obj.misc.wctype
 
-$(LIBC): ar-target
+all: $(OBJ_LIST)
 
-ar-target: $(OBJS)
-	$(AR) $(ARFLAGS) $(LIBC) $(OBJS)
+$(OBJ_LIST): $(OBJS)
+	echo $(patsubst %, misc/wctype/%, $(OBJS)) > $(OBJ_LIST)
 
 $(MOBJ): $(MSRC)
 	$(CC) $(CFLAGS) -DL_$* $< -c -o $*.o
@@ -58,4 +58,3 @@
 
 clean:
 	$(RM) *.[oa] *~ core
-



More information about the uClibc-cvs mailing list