gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] UNNAMED PROJECT branch, release_0_8_8, updated. 1cc


From: Rob Savoye
Subject: [Gnash-commit] [SCM] UNNAMED PROJECT branch, release_0_8_8, updated. 1cca99000d7ddf26c1abb55498bd2793bbe18d59
Date: Mon, 09 Aug 2010 18:24:37 +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 "UNNAMED PROJECT".

The branch, release_0_8_8 has been updated
       via  1cca99000d7ddf26c1abb55498bd2793bbe18d59 (commit)
       via  3c65598549d42791f7e195725ea52a3809097021 (commit)
      from  eb349eddfc7de844953d218bf13827176f39e51d (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=1cca99000d7ddf26c1abb55498bd2793bbe18d59


commit 1cca99000d7ddf26c1abb55498bd2793bbe18d59
Author: Rob Savoye <address@hidden>
Date:   Mon Aug 9 12:24:19 2010 -0600

    delete the *.la files as we never link against a plugin module anyway.

diff --git a/extensions/dejagnu/Makefile.am b/extensions/dejagnu/Makefile.am
index 78ffb03..cf38dcc 100644
--- a/extensions/dejagnu/Makefile.am
+++ b/extensions/dejagnu/Makefile.am
@@ -48,4 +48,4 @@ CLEANFILES = \
 install-pluginsLTLIBRARIES: $(plugins_LTLIBRARIES)
        test -d "$(DESTDIR)$(pluginsdir)" || $(mkinstalldirs) 
"$(DESTDIR)$(pluginsdir)"
        $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) 
$(plugins_LTLIBRARIES) "$(DESTDIR)$(pluginsdir)/$(plugins_LTLIBRARIES)"
-       $(RM) $(DESTDIR)$(pluginsdir)/*.a 
+       $(RM) $(DESTDIR)$(pluginsdir)/*.*a 
diff --git a/extensions/fileio/Makefile.am b/extensions/fileio/Makefile.am
index 067e71b..8114c74 100644
--- a/extensions/fileio/Makefile.am
+++ b/extensions/fileio/Makefile.am
@@ -68,7 +68,7 @@ CLEANFILES = \
 install-pluginsLTLIBRARIES: $(plugins_LTLIBRARIES)
        test -d "$(DESTDIR)$(pluginsdir)" || $(mkinstalldirs) 
"$(DESTDIR)$(pluginsdir)"
        $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) 
$(plugins_LTLIBRARIES) "$(DESTDIR)$(pluginsdir)/$(plugins_LTLIBRARIES)"
-       $(RM) $(DESTDIR)$(pluginsdir)/*.a 
+       $(RM) $(DESTDIR)$(pluginsdir)/*.*a 
 
 test: $(srcdir)/../../testsuite/generic-testrunner.sh test.swf
        GNASH_PLUGINS=$(PWD)/.libs GNASHRC=$(srcdir)/../gnashrc sh $< 
$(top_builddir) test.swf > $@
diff --git a/extensions/lirc/Makefile.am b/extensions/lirc/Makefile.am
index 6d48907..de542f6 100644
--- a/extensions/lirc/Makefile.am
+++ b/extensions/lirc/Makefile.am
@@ -48,4 +48,4 @@ CLEANFILES = \
 install-pluginsLTLIBRARIES: $(plugins_LTLIBRARIES)
        test -d "$(DESTDIR)$(pluginsdir)" || $(mkinstalldirs) 
"$(DESTDIR)$(pluginsdir)"
        $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) 
$(plugins_LTLIBRARIES) "$(DESTDIR)$(pluginsdir)/$(plugins_LTLIBRARIES)"
-       $(RM) $(DESTDIR)$(pluginsdir)/*.a 
+       $(RM) $(DESTDIR)$(pluginsdir)/*.*a 
diff --git a/extensions/mysql/Makefile.am b/extensions/mysql/Makefile.am
index 019353c..3dfbb2b 100644
--- a/extensions/mysql/Makefile.am
+++ b/extensions/mysql/Makefile.am
@@ -52,4 +52,4 @@ CLEANFILES = \
 install-pluginsLTLIBRARIES: $(plugins_LTLIBRARIES)
        test -d "$(DESTDIR)$(pluginsdir)" || $(mkinstalldirs) 
"$(DESTDIR)$(pluginsdir)"
        $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) 
$(plugins_LTLIBRARIES) "$(DESTDIR)$(pluginsdir)/$(plugins_LTLIBRARIES)"
-       $(RM) $(DESTDIR)$(pluginsdir)/*.a 
+       $(RM) $(DESTDIR)$(pluginsdir)/*.*a 

http://git.savannah.gnu.org/cgit//commit/?id=3c65598549d42791f7e195725ea52a3809097021


commit 3c65598549d42791f7e195725ea52a3809097021
Author: Rob Savoye <address@hidden>
Date:   Mon Aug 9 12:23:41 2010 -0600

    change the - to a _ in the revno so it looks like a legit version number.

diff --git a/Makefile.am b/Makefile.am
index 41f8645..d1b6247 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -141,7 +141,7 @@ revno.h: Makefile.in
             if test x"$${status}" = x"0"; then \
               echo "Generating revno.h"; \
               $(RM) -f revno.h; \
-              revno=`(cd $(srcdir) && git describe --tags | cut -d '-' -f 
2-3)`; \
+              revno=`(cd $(srcdir) && git describe --tags | cut -d '-' -f 2-3 
| tr '-' '_')`; \
               nick=`basename $(top_srcdir)`; \
            fi; \
           else \

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

Summary of changes:
 Makefile.am                    |    2 +-
 extensions/dejagnu/Makefile.am |    2 +-
 extensions/fileio/Makefile.am  |    2 +-
 extensions/lirc/Makefile.am    |    2 +-
 extensions/mysql/Makefile.am   |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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