[systemd-commits] Makefile.am

Lennart Poettering lennart at kemper.freedesktop.org
Tue Mar 11 12:46:35 PDT 2014


 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9f19a44770548dca87d3699c997921e88eeec459
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Mar 11 20:45:47 2014 +0100

    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...

diff --git a/Makefile.am b/Makefile.am
index dcfc550..affd16a 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/



More information about the systemd-commits mailing list