aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2020-06-02 20:56:01 -0700
committerAndrew G. Morgan <morgan@kernel.org>2020-06-02 20:56:01 -0700
commit6b39555644193278c8b6ea5ed99044f49f7fedc4 (patch)
treecd177e7cde5dc9ad84d87e9fb9fb56a0d2821d3c /Makefile
parent4ad9da8f2197f1a04a6256432f51eb3c8e195e66 (diff)
downloadplatform_external_libcap-6b39555644193278c8b6ea5ed99044f49f7fedc4.tar.gz
platform_external_libcap-6b39555644193278c8b6ea5ed99044f49f7fedc4.tar.bz2
platform_external_libcap-6b39555644193278c8b6ea5ed99044f49f7fedc4.zip
Linux 5.7 supports CAP_PERFMON
I should have checked before releasing 2.35. Sigh. Won't make that mistake again. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8cf49c..45ed0ba 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,10 @@ ifeq ($(GOLANG),yes)
endif
make -C progs $@
-morganrelease: distclean
+distcheck:
+ ./distcheck.sh
+
+morganrelease: distclean distcheck
@echo "sign the tag twice: older DSA key; and newer RSA kernel.org key"
git tag -u D41A6DF2 -s libcap-$(VERSION).$(MINOR) -m "This is libcap-$(VERSION).$(MINOR)"
git tag -u E2CCF3F4 -s libcap-korg-$(VERSION).$(MINOR) -m "This is libcap-$(VERSION).$(MINOR)"