aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-01-25 00:11:21 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-01-25 00:11:21 +0100
commit3163ddd40d81cf29a114d73c585b65635256ae65 (patch)
tree782d73c9429b7626c4734073ae1934da58396b33 /Makefile.am
parent9c158222917e90363aa5d89084161b392941dc88 (diff)
downloadudev-3163ddd40d81cf29a114d73c585b65635256ae65.tar.gz
Makefile: update kernel.org hooks
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 0048f2b6..f94eb58e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -769,11 +769,9 @@ git-sync:
git push
git push --tags
-tar:
- make distcheck
- xz -d -c udev-$(VERSION).tar.xz | gpg --armor --detach-sign --output udev-$(VERSION).tar.sign
-
tar-sync:
+ rm -f udev-$(VERSION).tar.sign
+ xz -d -c udev-$(VERSION).tar.xz | gpg --armor --detach-sign --output udev-$(VERSION).tar.sign
kup put udev-$(VERSION).tar.xz udev-$(VERSION).tar.sign /pub/linux/utils/kernel/hotplug/
doc-sync: