pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/pbulk Sort the list of files included during a scan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5a858cd183f
branches:  trunk
changeset: 421261:d5a858cd183f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 13 22:08:33 2020 +0000

description:
Sort the list of files included during a scan run and remove duplicates.
This avoids some sources of entropy and can save a bit space too.

diffstat:

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

diffs (18 lines):

diff -r e4fbced6f8cd -r d5a858cd183f mk/pbulk/pbulk-index.mk
--- a/mk/pbulk/pbulk-index.mk   Mon Jan 13 21:05:50 2020 +0000
+++ b/mk/pbulk/pbulk-index.mk   Mon Jan 13 22:08:33 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: pbulk-index.mk,v 1.24 2018/01/01 10:23:09 wiz Exp $
+#      $NetBSD: pbulk-index.mk,v 1.25 2020/01/13 22:08:33 joerg Exp $
 
 # This Makefile fragment is included by bsd.pkg.mk and provides all
 # variables and targets related to the parallel bulk build
@@ -117,7 +117,7 @@
        @echo "USE_DESTDIR="${_USE_DESTDIR:Q}
        @echo "BOOTSTRAP_PKG="${BOOTSTRAP_PKG}
        @echo "USERGROUP_PHASE="${USERGROUP_PHASE:Q}
-       @echo "SCAN_DEPENDS="${_PBULK_SCAN_DEPENDS:Q}
+       @echo "SCAN_DEPENDS="${_PBULK_SCAN_DEPENDS:O:u:Q}
 .if defined(_PBULK_MULTI_NEEDED)
        @printf "MULTI_VERSION="
 .for _t in ${_PBULK_MULTI_NEEDED}



Home | Main Index | Thread Index | Old Index