gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-499-gfe94887
Date: Sat, 02 Apr 2011 23:10:00 +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 "Gnash".

The branch, master has been updated
       via  fe94887b8c648fd3eb4b1030091e5b45a54c15d1 (commit)
       via  4a73cf37d252a68631c0d401a4aa743543c7a6c6 (commit)
      from  73a370d1aa3f519429c89a6acaf589f65920f3c2 (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=fe94887b8c648fd3eb4b1030091e5b45a54c15d1


commit fe94887b8c648fd3eb4b1030091e5b45a54c15d1
Author: Bastiaan Jacques <address@hidden>
Date:   Sun Apr 3 01:05:08 2011 +0200

    Remove the mudflap targets in subdirectories, because the mudflap target in 
the toplevel Makefile is quite adequate, and running 'make mudflap' in 
subdirectories only causes linking problems.

diff --git a/gui/Makefile.am b/gui/Makefile.am
index fe6688f..28e4347 100644
--- a/gui/Makefile.am
+++ b/gui/Makefile.am
@@ -218,8 +218,3 @@ bundle: Info.plist aqua-gnash
        cp -f aqua-gnash $(bundle_name)/Contents/MacOS/Gnash
        cp -f images/GnashG.icns $(bundle_name)/Contents/Resources/
 
-# Rebuild with GCC 4.x Mudflap support
-mudflap:
-       @echo "Rebuilding with GCC Mudflap support"
-       $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
-
diff --git a/libbase/Makefile.am b/libbase/Makefile.am
index c07156e..3893236 100644
--- a/libbase/Makefile.am
+++ b/libbase/Makefile.am
@@ -284,11 +284,6 @@ endif
 
 CLEANFILES = gnashrc gnashpluginrc
 
-# Rebuild with GCC 4.x Mudflap support
-mudflap:
-       @echo "Rebuilding with GCC Mudflap support"
-       $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
-
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(libdir)/gnash/libgnashbase.la
diff --git a/libcore/Makefile.am b/libcore/Makefile.am
index d928357..5731f00 100644
--- a/libcore/Makefile.am
+++ b/libcore/Makefile.am
@@ -291,11 +291,6 @@ if HAIKU
   libgnashcore_la_LIBADD += $(HAIKU_LIBS)
 endif
 
-# Rebuild with GCC 4.x Mudflap support
-mudflap:
-       @echo "Rebuilding with GCC Mudflap support"
-       $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
-
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(libdir)/gnash/libgnashcore.la
diff --git a/libcore/parser/Makefile.am b/libcore/parser/Makefile.am
index fda1f8e..9ee38bc 100644
--- a/libcore/parser/Makefile.am
+++ b/libcore/parser/Makefile.am
@@ -83,8 +83,3 @@ if ENABLE_PCH
 AM_CXXFLAGS = $(PCH_FLAGS)
 endif
 
-# Rebuild with GCC 4.x Mudflap support
-mudflap:
-       @echo "Rebuilding with GCC Mudflap support"
-       $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
-
diff --git a/libcore/vm/Makefile.am b/libcore/vm/Makefile.am
index a058f02..c454ce0 100644
--- a/libcore/vm/Makefile.am
+++ b/libcore/vm/Makefile.am
@@ -84,8 +84,3 @@ if ENABLE_PCH
 AM_CXXFLAGS = $(PCH_FLAGS)
 endif
 
-# Rebuild with GCC 4.x Mudflap support
-mudflap:
-       @echo "Rebuilding with GCC Mudflap support"
-       $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
-
diff --git a/libmedia/Makefile.am b/libmedia/Makefile.am
index 84a8396..a8d5801 100644
--- a/libmedia/Makefile.am
+++ b/libmedia/Makefile.am
@@ -214,11 +214,6 @@ if ENABLE_PCH
 AM_CXXFLAGS += $(PCH_FLAGS)
 endif
 
-# Rebuild with GCC 4.x Mudflap support
-mudflap:
-       @echo "Rebuilding with GCC Mudflap support"
-       $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
-
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(libdir)/gnash/libgnashmedia.la
diff --git a/librender/Makefile.am b/librender/Makefile.am
index 9845feb..a4c3fcf 100644
--- a/librender/Makefile.am
+++ b/librender/Makefile.am
@@ -83,11 +83,6 @@ libgnashrender_la_SOURCES += cairo/PathParser.cpp
 libgnashrender_la_LIBADD += $(CAIRO_LIBS)
 endif
 
-# Rebuild with GCC 4.x Mudflap support
-mudflap:
-       @echo "Rebuilding with GCC Mudflap support"
-       $(MAKE) CXXFLAGS="`$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
-
 if ENABLE_PCH
 AM_CXXFLAGS = $(PCH_FLAGS)
 endif
diff --git a/libsound/Makefile.am b/libsound/Makefile.am
index c741eff..4fae6cf 100644
--- a/libsound/Makefile.am
+++ b/libsound/Makefile.am
@@ -80,11 +80,6 @@ if WIN32
        -lintl
 endif
 
-# Rebuild with GCC 4.x Mudflap support
-mudflap:
-       @echo "Rebuilding with GCC Mudflap support"
-       $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
-
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(libdir)/gnash/libgnashsound.la
diff --git a/libvaapi/Makefile.am b/libvaapi/Makefile.am
index f8ce782..8584166 100644
--- a/libvaapi/Makefile.am
+++ b/libvaapi/Makefile.am
@@ -79,8 +79,3 @@ endif
 
 libgnashvaapi_la_LDFLAGS = -release $(VERSION)
 
-# Rebuild with GCC 4.x Mudflap support
-mudflap:
-       @echo "Rebuilding with GCC Mudflap support"
-       $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
-
diff --git a/utilities/Makefile.am b/utilities/Makefile.am
index 611ee9a..ef0eb02 100644
--- a/utilities/Makefile.am
+++ b/utilities/Makefile.am
@@ -128,11 +128,6 @@ if USE_GST_ENGINE
  findmicrophones_LDADD = $(GST_STUFF) $(GNASH_LIBS) $(AM_LDFLAGS)
 endif
 
-# Rebuild with GCC 4.x Mudflap support
-mudflap:
-       @echo "Rebuilding with GCC Mudflap support"
-       $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
-
 # Wrap a single .as tests in dejagnu_so importer.
 # At play time, if the relative url '../ming-misc.all/Dejagnu.swf' 
 # takes to the Dejagnu.swf shared library we'll get visual traces,

http://git.savannah.gnu.org/cgit//commit/?id=4a73cf37d252a68631c0d401a4aa743543c7a6c6


commit 4a73cf37d252a68631c0d401a4aa743543c7a6c6
Author: Bastiaan Jacques <address@hidden>
Date:   Sun Apr 3 00:13:26 2011 +0200

    Don't remove core dumps from the build tree, and let automake deal with obj 
files.

diff --git a/gui/Makefile.am b/gui/Makefile.am
index 4572961..fe6688f 100644
--- a/gui/Makefile.am
+++ b/gui/Makefile.am
@@ -223,6 +223,3 @@ mudflap:
        @echo "Rebuilding with GCC Mudflap support"
        $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
 
-clean-hook:
-       -rm -f core.* $(CLEANFILES)
-
diff --git a/libcore/Makefile.am b/libcore/Makefile.am
index d3872fa..d928357 100644
--- a/libcore/Makefile.am
+++ b/libcore/Makefile.am
@@ -296,9 +296,6 @@ mudflap:
        @echo "Rebuilding with GCC Mudflap support"
        $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
 
-clean-hook:
-       -rm -f core.*
-
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(libdir)/gnash/libgnashcore.la
diff --git a/libcore/parser/Makefile.am b/libcore/parser/Makefile.am
index ba31701..fda1f8e 100644
--- a/libcore/parser/Makefile.am
+++ b/libcore/parser/Makefile.am
@@ -88,6 +88,3 @@ mudflap:
        @echo "Rebuilding with GCC Mudflap support"
        $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
 
-clean-hook:
-       -rm -f core.*
-
diff --git a/libcore/vm/Makefile.am b/libcore/vm/Makefile.am
index 0cd69d3..a058f02 100644
--- a/libcore/vm/Makefile.am
+++ b/libcore/vm/Makefile.am
@@ -89,6 +89,3 @@ mudflap:
        @echo "Rebuilding with GCC Mudflap support"
        $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
 
-clean-hook:
-       -rm -f core.*
-
diff --git a/libmedia/Makefile.am b/libmedia/Makefile.am
index e3e1901..84a8396 100644
--- a/libmedia/Makefile.am
+++ b/libmedia/Makefile.am
@@ -219,9 +219,6 @@ mudflap:
        @echo "Rebuilding with GCC Mudflap support"
        $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
 
-clean-hook:
-       -rm -f core.* *.obj
-
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(libdir)/gnash/libgnashmedia.la
diff --git a/librender/Makefile.am b/librender/Makefile.am
index f820314..9845feb 100644
--- a/librender/Makefile.am
+++ b/librender/Makefile.am
@@ -88,10 +88,6 @@ mudflap:
        @echo "Rebuilding with GCC Mudflap support"
        $(MAKE) CXXFLAGS="`$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
 
-clean-hook:
-       -rm -f core.*
-
-
 if ENABLE_PCH
 AM_CXXFLAGS = $(PCH_FLAGS)
 endif
diff --git a/libsound/Makefile.am b/libsound/Makefile.am
index 877c060..c741eff 100644
--- a/libsound/Makefile.am
+++ b/libsound/Makefile.am
@@ -85,9 +85,6 @@ mudflap:
        @echo "Rebuilding with GCC Mudflap support"
        $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
 
-clean-hook:
-       -rm -f core.* *.obj
-
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(libdir)/gnash/libgnashsound.la
diff --git a/libvaapi/Makefile.am b/libvaapi/Makefile.am
index c6300c6..f8ce782 100644
--- a/libvaapi/Makefile.am
+++ b/libvaapi/Makefile.am
@@ -84,5 +84,3 @@ mudflap:
        @echo "Rebuilding with GCC Mudflap support"
        $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
 
-clean-hook:
-       -rm -f core.* *.obj
diff --git a/utilities/Makefile.am b/utilities/Makefile.am
index 1119565..611ee9a 100644
--- a/utilities/Makefile.am
+++ b/utilities/Makefile.am
@@ -133,9 +133,6 @@ mudflap:
        @echo "Rebuilding with GCC Mudflap support"
        $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
 
-clean-hook:
-       -rm -f core.*
-
 # Wrap a single .as tests in dejagnu_so importer.
 # At play time, if the relative url '../ming-misc.all/Dejagnu.swf' 
 # takes to the Dejagnu.swf shared library we'll get visual traces,

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

Summary of changes:
 gui/Makefile.am            |    8 --------
 libbase/Makefile.am        |    5 -----
 libcore/Makefile.am        |    8 --------
 libcore/parser/Makefile.am |    8 --------
 libcore/vm/Makefile.am     |    8 --------
 libmedia/Makefile.am       |    8 --------
 librender/Makefile.am      |    9 ---------
 libsound/Makefile.am       |    8 --------
 libvaapi/Makefile.am       |    7 -------
 utilities/Makefile.am      |    8 --------
 10 files changed, 0 insertions(+), 77 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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