svn commit: trunk/uClibc/libpthread: linuxthreads linuxthreads.old

vapier at uclibc.org vapier at uclibc.org
Sat Feb 18 03:30:48 UTC 2006


Author: vapier
Date: 2006-02-17 19:30:46 -0800 (Fri, 17 Feb 2006)
New Revision: 14104

Log:
make headers more quiet

Modified:
   trunk/uClibc/libpthread/linuxthreads.old/Makefile.in
   trunk/uClibc/libpthread/linuxthreads/Makefile.in


Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads/Makefile.in
===================================================================
--- trunk/uClibc/libpthread/linuxthreads/Makefile.in	2006-02-18 03:19:40 UTC (rev 14103)
+++ trunk/uClibc/libpthread/linuxthreads/Makefile.in	2006-02-18 03:30:46 UTC (rev 14104)
@@ -119,10 +119,10 @@
 	$(do_ar)
 
 linuxthreads_headers:
-	$(LN) -sf ../$(PTDIR)/sysdeps/pthread/pthread.h $(top_builddir)include/
-	$(LN) -sf ../$(PTDIR)/semaphore.h $(top_builddir)include/
-	$(INSTALL) -d $(top_builddir)include/bits
-	$(LN) -sf ../../$(PTDIR)/sysdeps/pthread/bits/pthreadtypes.h $(top_builddir)include/bits/
+	$(Q)$(LN) -sf ../$(PTDIR)/sysdeps/pthread/pthread.h $(top_builddir)include/
+	$(Q)$(LN) -sf ../$(PTDIR)/semaphore.h $(top_builddir)include/
+	$(Q)$(INSTALL) -d $(top_builddir)include/bits
+	$(Q)$(LN) -sf ../../$(PTDIR)/sysdeps/pthread/bits/pthreadtypes.h $(top_builddir)include/bits/
 
 linuxthreads_headers_clean:
 	$(RM) $(top_builddir)include/pthread.h $(top_builddir)include/semaphore.h \

Modified: trunk/uClibc/libpthread/linuxthreads.old/Makefile.in
===================================================================
--- trunk/uClibc/libpthread/linuxthreads.old/Makefile.in	2006-02-18 03:19:40 UTC (rev 14103)
+++ trunk/uClibc/libpthread/linuxthreads.old/Makefile.in	2006-02-18 03:30:46 UTC (rev 14104)
@@ -116,10 +116,10 @@
 	$(do_ar)
 
 linuxthreads_headers:
-	$(LN) -sf ../$(PTDIR)/sysdeps/pthread/pthread.h $(top_builddir)include/
-	$(LN) -sf ../$(PTDIR)/semaphore.h $(top_builddir)include/
-	$(INSTALL) -d $(top_builddir)include/bits
-	$(LN) -sf ../../$(PTDIR)/sysdeps/pthread/bits/pthreadtypes.h $(top_builddir)include/bits/
+	$(Q)$(LN) -sf ../$(PTDIR)/sysdeps/pthread/pthread.h $(top_builddir)include/
+	$(Q)$(LN) -sf ../$(PTDIR)/semaphore.h $(top_builddir)include/
+	$(Q)$(INSTALL) -d $(top_builddir)include/bits
+	$(Q)$(LN) -sf ../../$(PTDIR)/sysdeps/pthread/bits/pthreadtypes.h $(top_builddir)include/bits/
 
 linuxthreads_headers_clean:
 	$(RM) $(top_builddir)include/pthread.h $(top_builddir)include/semaphore.h \




More information about the uClibc-cvs mailing list