[systemd-commits] 4 commits - configure.ac fixme Makefile.am

Lennart Poettering lennart at kemper.freedesktop.org
Thu Jul 8 20:28:13 PDT 2010


 Makefile.am  |    8 ++++++++
 configure.ac |    4 ++--
 fixme        |    2 --
 3 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit a45f61d76cfca61ef1813a0b5d04a53afe402993
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jul 9 04:56:45 2010 +0200

    build-sys: add make upload target

diff --git a/Makefile.am b/Makefile.am
index c89f519..115197e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -794,3 +794,11 @@ DISTCHECK_CONFIGURE_FLAGS = \
 	--with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \
 	--with-pamlibdir=$$dc_install_base/$(pamlibdir) \
 	--with-rootdir=$$dc_install_base/$(rootdir)
+
+upload: all distcheck
+	cp -v systemd-$(VERSION).tar.bz2 /home/lennart/cvs.fedora/systemd/devel/
+	scp systemd-$(VERSION).tar.bz2 fdo:/srv/www.freedesktop.org/www/software/systemd/
+	scp man/*.html tango:public/systemd-man/
+
+git-tag:
+	git tag "v$(VERSION)" -m "systemd $(VERSION)"
commit 39280feb5723861ec52dfe889d4e09096f063dff
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jul 9 04:51:53 2010 +0200

    build-sys: bump version

diff --git a/configure.ac b/configure.ac
index 9d080ad..45b7ada 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 
 AC_PREREQ(2.63)
 
-AC_INIT([systemd],[1],[systemd-devel at lists.freedesktop.org])
+AC_INIT([systemd],[2],[systemd-devel at lists.freedesktop.org])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
commit 27765dfc7a32d790badb29e6498b34edb0b60c33
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jul 9 04:46:49 2010 +0200

    build-sys: disable inline warnings

diff --git a/configure.ac b/configure.ac
index 3bdd1dd..9d080ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ CC_CHECK_CFLAGS_APPEND([ \
         -Wall \
         -W \
         -Wextra \
-        -Winline \
+        -Wno-inline \
         -Wvla \
         -Wundef \
         -Wformat=2 \
commit 37967211b336e134d3984a6710e39a549ed904e3
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jul 9 01:37:25 2010 +0200

    update fixme

diff --git a/fixme b/fixme
index 3fe23fd..e71a97a 100644
--- a/fixme
+++ b/fixme
@@ -35,8 +35,6 @@
 
 * selinux
 
-* systemctl daemon-reload is kaputt
-
 External:
 
 * patch /etc/init.d/functions with:


More information about the systemd-commits mailing list