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: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-270-g6bdc539
Date: Sun, 13 Mar 2011 17:59:06 +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  6bdc5399596dc7fb4b33295378b33dddd2591aad (commit)
      from  af3b4661f0aace7d7b5cc0a441b6f49f29403c0e (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=6bdc5399596dc7fb4b33295378b33dddd2591aad


commit 6bdc5399596dc7fb4b33295378b33dddd2591aad
Author: Rob Savoye <address@hidden>
Date:   Sun Mar 13 11:58:36 2011 -0600

    fetch-swfdec needs to look in the builddir, not the srcdir.

diff --git a/testsuite/swfdec/Makefile.am b/testsuite/swfdec/Makefile.am
index 7ff5e03..45401d9 100644
--- a/testsuite/swfdec/Makefile.am
+++ b/testsuite/swfdec/Makefile.am
@@ -184,8 +184,7 @@ site-update: site.exp
        @echo "# This is a list of the pre-compiled testcases" >> site.exp
        @echo "set testcases \"$(TEST_CASES)\"" >> site.exp
 
-dist-hook: src
-src:
-       $(MAKE) -C $(top_srcdir) fetch-swfdec
+dist-hook: 
+       $(MAKE) -C $(top_builddir) fetch-swfdec
 
-EXTRA_DIST = gen_run_swfdec_testsuite.sh PASSING README REALTIME 
swfdec_gnash_tester src
+EXTRA_DIST = gen_run_swfdec_testsuite.sh PASSING README REALTIME 
swfdec_gnash_tester

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

Summary of changes:
 testsuite/swfdec/Makefile.am |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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