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-83-g


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-83-g17d5520
Date: Fri, 26 Mar 2010 20:45:30 +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  17d5520c9b4b7d3dff94c730b1095f2fec4e2cda (commit)
      from  e53341a55415e36fb1c0d05e51c52e3e535c5b46 (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 17d5520c9b4b7d3dff94c730b1095f2fec4e2cda
Author: Giuseppe Scrivano <address@hidden>
Date:   Fri Mar 26 21:46:03 2010 +0100

    Ensure the .mscgi module is built before attempt to copy it.

diff --git a/myserver/binaries/web/cgi-src/math_sum/Makefile.am 
b/myserver/binaries/web/cgi-src/math_sum/Makefile.am
index 68806f8..85d7d6d 100644
--- a/myserver/binaries/web/cgi-src/math_sum/Makefile.am
+++ b/myserver/binaries/web/cgi-src/math_sum/Makefile.am
@@ -23,13 +23,16 @@ libmath_sum_la_LDFLAGS = -avoid-version -module -shared
 libmath_sum_la_LIBADD = ../../../../src/libmyserver.a ../../../../lib/libgnu.a
 SO_EXT=`$(LIBTOOL) --config | $(SED) -e"y/'/\"/" -e '/^shrext_cmds/ !d; 
s/^.*="\(.*\)"/\1/'`
 
-all : all-am math_sum.mscgi
-       cp libmath_sum$(SO_EXT) ../../cgi-bin/math_sum.mscgi
+all: all-am math_sum.mscgi
 
-math_sum.mscgi:
+math_sum.mscgi: libmath_sum.la
        $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) 
\
                $(INSTALL_STRIP_FLAG) libmath_sum.la $(abs_builddir)
+       cp libmath_sum$(SO_EXT) ../../cgi-bin/math_sum.mscgi
 
 clean-local:
        test \! -e libmath_sum.la || \
        $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall 
libmath_sum.la
+
+
+.phony : math_sum.mscgi
diff --git a/myserver/binaries/web/cgi-src/post/Makefile.am 
b/myserver/binaries/web/cgi-src/post/Makefile.am
index 5170515..dc621be 100644
--- a/myserver/binaries/web/cgi-src/post/Makefile.am
+++ b/myserver/binaries/web/cgi-src/post/Makefile.am
@@ -24,12 +24,15 @@ libpost_la_LIBADD = ../../../../src/libmyserver.a 
../../../../lib/libgnu.a
 SO_EXT=`$(LIBTOOL) --config | $(SED) -e"y/'/\"/" -e '/^shrext_cmds/ !d; 
s/^.*="\(.*\)"/\1/'`
 
 all: all-am post.mscgi
-       cp libpost$(SO_EXT) ../../cgi-bin/post.mscgi
 
-post.mscgi:
+post.mscgi: libpost.la
        $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) 
\
                $(INSTALL_STRIP_FLAG) libpost.la $(abs_builddir)
+       cp libpost$(SO_EXT) ../../cgi-bin/post.mscgi
 
 clean-local:
        test \! -e libpost.la || \
        $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall 
libpost.la
+
+
+.phony : post.mscgi

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

Summary of changes:
 myserver/binaries/web/cgi-src/math_sum/Makefile.am |    9 ++++++---
 myserver/binaries/web/cgi-src/post/Makefile.am     |    7 +++++--
 2 files changed, 11 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

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