Bläddra i källkod

make headers more quiet

Mike Frysinger 18 år sedan
förälder
incheckning
c551124efb
2 ändrade filer med 8 tillägg och 8 borttagningar
  1. 4 4
      libpthread/linuxthreads.old/Makefile.in
  2. 4 4
      libpthread/linuxthreads/Makefile.in

+ 4 - 4
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 \

+ 4 - 4
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 \