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


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. d39f3c36e48e262abe3e54e818c1e4fa0208f47b
Date: Sat, 20 Nov 2010 06:58:03 +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  d39f3c36e48e262abe3e54e818c1e4fa0208f47b (commit)
      from  835db039619fe50c178864edc608e8c8996a899f (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=d39f3c36e48e262abe3e54e818c1e4fa0208f47b


commit d39f3c36e48e262abe3e54e818c1e4fa0208f47b
Author: Sandro Santilli <address@hidden>
Date:   Sat Nov 20 07:57:35 2010 +0100

    use rm -f to not get error on unexistant files (should we be using 
CLEAN_FILES instead ?)

diff --git a/testsuite/misc-ming.all/loading/Makefile.am 
b/testsuite/misc-ming.all/loading/Makefile.am
index ce64610..5a0a005 100644
--- a/testsuite/misc-ming.all/loading/Makefile.am
+++ b/testsuite/misc-ming.all/loading/Makefile.am
@@ -166,7 +166,7 @@ LoadVarsTestRunner: $(srcdir)/../../generic-testrunner.sh 
LoadVarsTest.swf
 
 
 clean-local: 
-       -rm *.swf *.pp *unner
+       rm -f *.swf *.pp *unner
 
 TEST_DRIVERS = ../../simple.exp
 TEST_CASES = \

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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