A little bit more silent build

Peter Kjellerstedt peter.kjellerstedt at axis.com
Wed Feb 22 13:55:23 UTC 2006


Is there any reason for me _not_ to apply the following patch:

Index: libpthread/linuxthreads_db/Makefile.in
===================================================================
--- libpthread/linuxthreads_db/Makefile.in	(revision 14205)
+++ libpthread/linuxthreads_db/Makefile.in	(working copy)
@@ -66,7 +66,7 @@
 	$(do_ar)
 
 linuxthreads_db_headers:
-	$(LN) -sf ../$(PTDIR)_db/thread_db.h $(top_builddir)include/
+	$(Q)$(LN) -sf ../$(PTDIR)_db/thread_db.h $(top_builddir)include/
 
 linuxthreads_db_headers_clean:
 	$(RM) $(top_builddir)include/thread_db.h
Index: libpthread/linuxthreads.old_db/Makefile.in
===================================================================
--- libpthread/linuxthreads.old_db/Makefile.in	(revision 14205)
+++ libpthread/linuxthreads.old_db/Makefile.in	(working copy)
@@ -66,7 +66,7 @@
 	$(do_ar)
 
 linuxthreads_db_headers:
-	$(LN) -sf ../$(PTDIR)_db/thread_db.h $(top_builddir)include/
+	$(Q)$(LN) -sf ../$(PTDIR)_db/thread_db.h $(top_builddir)include/
 
 linuxthreads_db_headers_clean:
 	$(RM) $(top_builddir)include/thread_db.h

//Peter



More information about the uClibc mailing list