[uClibc-cvs] CVS uClibc/libc/string/frv

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


Update of /var/cvs/uClibc/libc/string/frv
In directory nail:/tmp/cvs-serv12269/string/frv

Modified Files:
	Makefile 
Log Message:
merge parallel build support

--- /var/cvs/uClibc/libc/string/frv/Makefile	2004/12/22 18:51:30	1.2
+++ /var/cvs/uClibc/libc/string/frv/Makefile	2005/01/25 03:09:37	1.3
@@ -23,12 +23,12 @@
 SOBJS=$(patsubst %.S,%.o, $(SSRC))
 OBJS=$(SOBJS)
 
-all: $(OBJS) $(LIBC)
+OBJ_LIST=../../obj.string.$(TARGET_ARCH)
 
-$(LIBC): ar-target
+all: $(OBJ_LIST)
 
-ar-target: $(OBJS)
-	$(AR) $(ARFLAGS) $(LIBC) $(OBJS)
+$(OBJ_LIST): $(OBJS)
+	echo $(patsubst %, string/$(TARGET_ARCH)/%, $(OBJS)) > $(OBJ_LIST)
 
 $(SOBJS): %.o : %.S
 	$(CC) $(ASFLAGS) -c $< -o $@
@@ -36,4 +36,3 @@
 
 clean:
 	$(RM) *.[oa] *~ core
-



More information about the uClibc-cvs mailing list