diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2020-08-15 11:17:55 -0700 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2020-08-15 11:17:55 -0700 |
commit | dbeb06ba295fcac6dd2e602ab489b392647b4a07 (patch) | |
tree | cf5d7097723d669bf103bfd8d0278f28e124b2ea /Makefile | |
parent | 1b99022113e22505d664d52136e1ecc662624f03 (diff) | |
download | libcap2-dbeb06ba295fcac6dd2e602ab489b392647b4a07.tar.gz |
Up the release version to 2.43v0.2.43psx/v0.2.43libcap-korg-2.43libcap-2.43cap/v0.2.43
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,7 +34,9 @@ distclean: clean @echo "CONFIRM Go package cap has right version dependency on cap/psx:" for x in $$(find . -name go.mod); do grep -F -v "module" $$x | fgrep "kernel.org/pub/linux/libs/security/libcap" > /dev/null || continue ; grep -F "v$(GOMAJOR).$(VERSION).$(MINOR)" $$x > /dev/null && continue ; echo "$$x is not updated to v$(GOMAJOR).$(VERSION).$(MINOR)" ; exit 1 ; done @echo "ALL go.mod files updated" + @echo "Now validate that everything is checked in to a clean tree.." test -z "$$(git status -s)" + @echo "All good!" release: distclean cd .. && ln -s libcap libcap-$(VERSION).$(MINOR) && tar cvf libcap-$(VERSION).$(MINOR).tar --exclude patches libcap-$(VERSION).$(MINOR)/* && rm libcap-$(VERSION).$(MINOR) |