summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz>2014-07-22 10:51:17 +0000
committerwiz <wiz>2014-07-22 10:51:17 +0000
commit47adc1af19834b3ac61e0a05020e0ae08c3c2935 (patch)
tree96caaa4e242b77833ead48f39ec8cd9f87b30d6a /pkgtools
parent14f70f9dd6b091303ed0dcfac80c388b1e3e2b3f (diff)
downloadpkgsrc-47adc1af19834b3ac61e0a05020e0ae08c3c2935.tar.gz
Improve commonbump instructions.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/revbump/files/revbump.14
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/revbump/files/revbump.1 b/pkgtools/revbump/files/revbump.1
index 54f50b27e90..418c24ab939 100644
--- a/pkgtools/revbump/files/revbump.1
+++ b/pkgtools/revbump/files/revbump.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: revbump.1,v 1.19 2014/06/24 15:00:27 wiz Exp $
+.\" $NetBSD: revbump.1,v 1.20 2014/07/22 10:51:17 wiz Exp $
.\"
.\" Copyright (c) 2003, 2004, 2005, 2006, 2010, 2012, 2013, 2014 The NetBSD Foundation, Inc.
.\"
@@ -87,7 +87,7 @@ would be:
cd /usr/pkgsrc
finddepends category/package | sort -u \*[Gt] allbump
grep buildlink3.mk allbump | sed 's/.buildlink3.mk//' \*[Gt] bl3bump
-grep -e Makefile.common -e mk$ allbump > commonbump
+grep -e Makefile.common -e mk$ allbump | grep -v -e buildlink3.mk -e options.mk > commonbump
[read commonbump and replace entries with all packages including the
corresponding Makefile.common or *.mk file]
cat allbump commonbump | sed 's,/[^/]*$,,' | sort -u \*[Gt] makebump