diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-11 20:45:47 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-11 20:45:47 +0100 |
commit | 9f19a44770548dca87d3699c997921e88eeec459 (patch) | |
tree | fa25d357da989f1b6dd5d3a5de283416143d5881 /Makefile.am | |
parent | 4ef6e535e30c67d4ff34b2ca785e555dbaeac14e (diff) |
build-sys: when I upload the tarball, don't run the whole distcheck thing again
I run this anyway, and given how slow it is now due to -flto, let's make
my workflow a bit faster...
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dcfc550977..affd16afbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4963,7 +4963,7 @@ kdbus-update: wget -N https://d-bus.googlecode.com/git/kdbus.h ) .PHONY: upload -upload: all distcheck +upload: all check cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/ scp systemd-$(VERSION).tar.xz fdo:/srv/www.freedesktop.org/www/software/systemd/ scp man/*.html tango:public/systemd-man/ |