From c551124efba649ff45ac80c75a76a1bcc46312de Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 18 Feb 2006 03:30:46 +0000 Subject: make headers more quiet --- libpthread/linuxthreads.old/Makefile.in | 8 ++++---- libpthread/linuxthreads/Makefile.in | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libpthread/linuxthreads.old/Makefile.in b/libpthread/linuxthreads.old/Makefile.in index 1a2336ca0..249e2f6cb 100644 --- a/libpthread/linuxthreads.old/Makefile.in +++ b/libpthread/linuxthreads.old/Makefile.in @@ -116,10 +116,10 @@ endif $(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 \ diff --git a/libpthread/linuxthreads/Makefile.in b/libpthread/linuxthreads/Makefile.in index a03b3230d..fc3b0b0bd 100644 --- a/libpthread/linuxthreads/Makefile.in +++ b/libpthread/linuxthreads/Makefile.in @@ -119,10 +119,10 @@ endif $(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 \ -- cgit v1.2.3