pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/pbulk Made the command that saves PREFIX silent.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f87d2c10d027
branches:  trunk
changeset: 533121:f87d2c10d027
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 08 17:13:54 2007 +0000

description:
Made the command that saves PREFIX silent.

diffstat:

 mk/pbulk/pbulk-index.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r b10acd3b1589 -r f87d2c10d027 mk/pbulk/pbulk-index.mk
--- a/mk/pbulk/pbulk-index.mk   Sat Sep 08 13:45:31 2007 +0000
+++ b/mk/pbulk/pbulk-index.mk   Sat Sep 08 17:13:54 2007 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: pbulk-index.mk,v 1.3 2007/09/07 15:51:53 rillig Exp $
+#      $NetBSD: pbulk-index.mk,v 1.4 2007/09/08 17:13:54 rillig Exp $
 
 # This Makefile fragment is included by bsd.pkg.mk and provides all
 # variables and targets related to the parallel bulk build
@@ -101,4 +101,4 @@
 .endif
 
 pbulk-save-wrkdir:
-       ${PAX} -w -z -f ${INTO:Q} ${WRKDIR}
+       ${RUN} ${PAX} -w -z -f ${INTO:Q} ${WRKDIR}



Home | Main Index | Thread Index | Old Index