diff options
author | hubertf <hubertf> | 2000-08-24 00:59:18 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-24 00:59:18 +0000 |
commit | 158d15082ebd924f8e0602aeda082c920619472f (patch) | |
tree | 7a5abd2a9585c87858ff7f202700c34027122511 /mk/bulk/bsd.bulk-pkg.mk | |
parent | f93f59953fe13b088dd072d111a80c4e9c47add2 (diff) | |
download | pkgsrc-158d15082ebd924f8e0602aeda082c920619472f.tar.gz |
Remove a comment that's no longer valid after we have 'pkg_admin lsbest'
now - we can expand all pkg wildcards with that.
Diffstat (limited to 'mk/bulk/bsd.bulk-pkg.mk')
-rw-r--r-- | mk/bulk/bsd.bulk-pkg.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/bulk/bsd.bulk-pkg.mk b/mk/bulk/bsd.bulk-pkg.mk index f83e6622bab..7d13ddb83ac 100644 --- a/mk/bulk/bsd.bulk-pkg.mk +++ b/mk/bulk/bsd.bulk-pkg.mk @@ -1,4 +1,4 @@ -# $Id: bsd.bulk-pkg.mk,v 1.8 2000/08/24 00:52:23 hubertf Exp $ +# $Id: bsd.bulk-pkg.mk,v 1.9 2000/08/24 00:59:18 hubertf Exp $ # # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@netbsd.org> @@ -61,9 +61,6 @@ BUILDLOG?= .make # check if the $REF file is uptodate, i.e. is newer than any of # the pkg files; prints "1" if upto date, "0" if not. -# XXX the setting of "pkg" when looking at required packages is -# broken for packages with dewey depends (and other non-glob -# style wildcards). bulk-check-uptodate: @uptodate=1 ; \ if [ -f "${REF}" ]; then \ |