[Fusionforge-commits] FusionForge branch master updated. c2f92dfd9512991af9aebabdfe3374e37de479e8

Christian Bayle cbayle at fusionforge.org
Sat Feb 15 00:47:43 CET 2014


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 "FusionForge".

The branch, master has been updated
       via  c2f92dfd9512991af9aebabdfe3374e37de479e8 (commit)
      from  066b0114cffc75c59247af386cd14f31cb0eeecd (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 -----------------------------------------------------------------
commit c2f92dfd9512991af9aebabdfe3374e37de479e8
Author: Christian Bayle <chris at bayle.eu>
Date:   Sat Feb 15 00:47:06 2014 +0100

    Really hope this will clean selenium

diff --git a/3rd-party/selenium/Makefile b/3rd-party/selenium/Makefile
index 080d29c..f5774cc 100644
--- a/3rd-party/selenium/Makefile
+++ b/3rd-party/selenium/Makefile
@@ -12,7 +12,7 @@ ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH 2>/dev/null)
 DSCFILE=selenium_$(VERS).dsc
 CHANGEFILE=selenium_$(VERS)_$(ARCH).changes
 
-default: $(BUILDRESULT)/$(CHANGEFILE) dist
+default: clean $(BUILDRESULT)/$(CHANGEFILE) dist
 
 $(BUILDRESULT)/$(CHANGEFILE): $(BUILDPLACE)/$(DSCFILE)
 	sudo cowbuilder --configfile $(COWBUILDERCONFIG) --build $(BUILDPLACE)/$(DSCFILE)
@@ -27,5 +27,7 @@ $(BUILDPLACE)/selenium/selenium-server.jar: $(BUILDPLACE)/selenium/debian seleni
 	[ -d $@ ] || wget -O - $(SELENIUMURL) > $@
 
 $(BUILDPLACE)/selenium/debian:
-	[ ! -d $(BUILDPLACE)/selenium ] || rm -rf $(BUILDPLACE)/selenium
 	[ -d $@ ] || cp -r selenium $(BUILDPLACE)
+
+clean:
+	[ ! -d $(BUILDPLACE)/selenium ] || rm -rf $(BUILDPLACE)/selenium

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

Summary of changes:
 3rd-party/selenium/Makefile |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list