[uClibc-cvs] CVS uClibc/libc/termios

CVS User vapier vapier at codepoet.org
Tue Jan 25 03:13:53 UTC 2005


Update of /var/cvs/uClibc/libc/termios
In directory nail:/tmp/cvs-serv13082/termios

Modified Files:
	Makefile 
Log Message:
merge parallel build support

--- /var/cvs/uClibc/libc/termios/Makefile	2003/10/18 10:19:56	1.16
+++ /var/cvs/uClibc/libc/termios/Makefile	2005/01/25 03:13:53	1.17
@@ -34,13 +34,12 @@
 COBJS=$(patsubst %.c,%.o, $(CSRC))
 OBJS=$(MOBJ) $(COBJS)
 
+OBJ_LIST=../obj.termios
 
-all: $(OBJS) $(LIBC)
+all: $(OBJ_LIST)
 
-$(LIBC): ar-target
-
-ar-target: $(OBJS)
-	$(AR) $(ARFLAGS) $(LIBC) $(OBJS)
+$(OBJ_LIST): $(OBJS)
+	echo $(patsubst %, termios/%, $(OBJS)) > $(OBJ_LIST)
 
 $(MOBJ): $(MSRC)
 	$(CC) $(CFLAGS) -DL_$* $< -c -o $*.o
@@ -52,4 +51,3 @@
 
 clean:
 	$(RM) *.[oa] *~ core
-



More information about the uClibc-cvs mailing list