pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/bulk - Since printindex does not use the .pkglist c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b024cd60a4ac
branches: trunk
changeset: 503742:b024cd60a4ac
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Nov 28 01:22:53 2005 +0000
description:
- Since printindex does not use the .pkglist cache anymore, this program
does not need to create it.
diffstat:
mk/bulk/printdepends | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (21 lines):
diff -r 86cf12fcacea -r b024cd60a4ac mk/bulk/printdepends
--- a/mk/bulk/printdepends Mon Nov 28 01:14:35 2005 +0000
+++ b/mk/bulk/printdepends Mon Nov 28 01:22:53 2005 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: printdepends,v 1.20 2005/11/16 22:18:03 rillig Exp $
+# $NetBSD: printdepends,v 1.21 2005/11/28 01:22:53 rillig Exp $
#
# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%NetBSD.org@localhost>
@@ -131,10 +131,6 @@
;;
esac
-# cache the package list for printindex
-${mkbulkdir} "${bulkfilesdir}"
-echo list='"'${list}'"' > "${bulkfilesdir}/.pkglist"
-
for pkgdir in $list; do
if cd "${pkgsrcdir}/${pkgdir}"; then
if deps=`${BMAKE} show-depends-dirs`; then
Home |
Main Index |
Thread Index |
Old Index