[systemd-commits] 2 commits - Makefile.am
Kay Sievers
kay at kemper.freedesktop.org
Wed Mar 26 05:13:39 PDT 2014
Makefile.am | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
New commits:
commit bc61d6ac014a25e50cd0bc32fbd50cdb534be1c6
Author: Kay Sievers <kay at vrfy.org>
Date: Wed Mar 26 13:12:47 2014 +0100
build-sys: rename "check-broken" to "linkcheck"
diff --git a/Makefile.am b/Makefile.am
index 01c981e..ea5ede0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5036,8 +5036,8 @@ DISTCHECK_CONFIGURE_FLAGS += \
endif
# check "broken" platforms limited toolchains for link breakage before we release
-.PHONY: check-broken
-check-broken:
+.PHONY: linkcheck
+linkcheck:
$(MAKE) CFLAGS='-fno-lto' LDFLAGS='-Wl,--no-as-needed -Wl,--no-gc-sections' distcheck
.PHONY: hwdb-update
commit 381a662a90ed0ae3a011374e4acb252eb622306f
Author: Kay Sievers <kay at vrfy.org>
Date: Wed Mar 26 13:06:46 2014 +0100
build-sys: split "make upload" and "make tango"
diff --git a/Makefile.am b/Makefile.am
index 4fe766a..01c981e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5054,13 +5054,15 @@ kdbus-update:
( cd $(top_srcdir)/src/libsystemd/ && \
wget -N https://d-bus.googlecode.com/git/kdbus.h )
+.PHONY: git-tag
+git-tag:
+ git tag -s "v$(VERSION)" -m "systemd $(VERSION)"
+
+www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd
.PHONY: upload
upload: all check dist
- 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/
+ scp systemd-$(VERSION).tar.xz $(www_target)
-www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd
.PHONY: doc-sync
doc-sync: all destdir-sphinx
gtkdoc-rebase --html-dir=docs/libudev/html --online
@@ -5070,9 +5072,10 @@ doc-sync: all destdir-sphinx
rsync -rlv --delete-excluded --include="*.html" --exclude="*" --omit-dir-times man/ $(www_target)/man/
rsync -rlv --delete --omit-dir-times docs/html/python-systemd/ $(www_target)/python-systemd/
-.PHONY: git-tag
-git-tag:
- git tag -s "v$(VERSION)" -m "systemd $(VERSION)"
+.PHONY: tango
+tango: upload
+ cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/
+ scp man/*.html tango:public/systemd-man/
.PHONY: install-tree
install-tree: all
More information about the systemd-commits
mailing list