diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-24 00:59:18 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-24 00:59:18 +0000 |
commit | 7a01adbfdb371b60230d5f880c0c92d290717f32 (patch) | |
tree | 7a5abd2a9585c87858ff7f202700c34027122511 /mk | |
parent | 204ba7e8833ac5f69910f9f5d71b030b08997fcd (diff) | |
download | pkgsrc-7a01adbfdb371b60230d5f880c0c92d290717f32.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')
-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 \ |