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. c43c9394a849d458b86b


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. c43c9394a849d458b86b5c55096ac49d09cdbb19
Date: Wed, 22 Dec 2010 13:34:05 +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  c43c9394a849d458b86b5c55096ac49d09cdbb19 (commit)
      from  7792dddb0578b0cf3719ce8011a6d72e90817747 (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=c43c9394a849d458b86b5c55096ac49d09cdbb19


commit c43c9394a849d458b86b5c55096ac49d09cdbb19
Author: Sandro Santilli <address@hidden>
Date:   Wed Dec 22 14:29:36 2010 +0100

    Drop use of $(shell) and warn about portability issues

diff --git a/testsuite/misc-swfc.all/Makefile.am 
b/testsuite/misc-swfc.all/Makefile.am
index 9fab046..ba332e6 100644
--- a/testsuite/misc-swfc.all/Makefile.am
+++ b/testsuite/misc-swfc.all/Makefile.am
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-AUTOMAKE_OPTIONS = dejagnu -Wno-portability
+AUTOMAKE_OPTIONS = dejagnu
 
 # These will get executed and parsed for test output
 SANE_SCTESTS = \
@@ -90,7 +90,7 @@ check_PROGRAMS = \
        button_test1runner \
        $(NULL)
 
-abs_mediadir = $(shell cd $(srcdir)/../media; pwd)
+abs_mediadir = $(abs_top_srcdir)/testsuite/media 
 
 #SWFC = swfc # this is set by ./configure
 SWFC_FLAGS = 

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

Summary of changes:
 testsuite/misc-swfc.all/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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