myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-217-


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-217-gb539524
Date: Thu, 06 May 2010 12:19:44 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  b53952460e1a76195eff48f216db38054a33b320 (commit)
       via  3d4dd468da4b1609644b99bf1aa70dbf4e4c00dd (commit)
      from  c86a102eaab305acfc5e99e8e6dcd4ddd1936d49 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit b53952460e1a76195eff48f216db38054a33b320
Author: Giuseppe Scrivano <address@hidden>
Date:   Thu May 6 14:19:56 2010 +0200

    Fix make distcheck.

diff --git a/myserver/src/Makefile.am b/myserver/src/Makefile.am
index cc747c2..9594b99 100644
--- a/myserver/src/Makefile.am
+++ b/myserver/src/Makefile.am
@@ -168,5 +168,5 @@ myserver_LDADD = libmyserver.la $(PTHREAD_LIB) $(IDN_LIB) \
 all-local: libmyserver.la myserver${EXEEXT}
        $(LIBTOOL) --mode=install cp myserver $(abs_top_builddir)/binaries/
 
-generic-clean:
+clean-local:
        $(LIBTOOL) --mode=uninstall rm -f $(abs_top_builddir)/binaries/myserver



commit 3d4dd468da4b1609644b99bf1aa70dbf4e4c00dd
Author: Giuseppe Scrivano <address@hidden>
Date:   Thu May 6 13:04:09 2010 +0200

    Make the `all' rule depends from `config.h' too.

diff --git a/myserver/Makefile.am b/myserver/Makefile.am
index 76dfc38..6d7794f 100644
--- a/myserver/Makefile.am
+++ b/myserver/Makefile.am
@@ -34,12 +34,12 @@ localedir.h: Makefile
        echo '/* This file is auto-generated by Makefile!  */' >$@
        echo '#define LOCALEDIR "$(localedir)"' >> $@
 
+all: config.h localedir.h
+# Generate the localedir.h file before any other rule.
+
 clean-generic:
        rm -f localedir.h
 
-all: localedir.h
-# Generate the localedir.h file before any other rule.
-
 update-po: check-gettext
        git ls-files src/ | grep "cpp$$" \
                | sort > $(srcdir)/po/POTFILES.in.2 ; \

-----------------------------------------------------------------------

Summary of changes:
 myserver/Makefile.am     |    6 +++---
 myserver/src/Makefile.am |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]