projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
16e01f6
)
Only recent versions of wget have the --no-use-server-timestamps switch
author
Roland Mas
<lolando@debian.org>
Fri, 29 Jun 2012 08:28:53 +0000
(08:28 +0000)
committer
Roland Mas
<lolando@debian.org>
Fri, 29 Jun 2012 08:28:53 +0000
(08:28 +0000)
3rd-party/selenium/Makefile
patch
|
blob
|
history
diff --git
a/3rd-party/selenium/Makefile
b/3rd-party/selenium/Makefile
index 9dc245557a7f280571549264b4cdd0456eb8d8f9..a224edbd6b44a3dbc10387530f933095f49f06f5 100644
(file)
--- a/
3rd-party/selenium/Makefile
+++ b/
3rd-party/selenium/Makefile
@@
-11,7
+11,7
@@
run: selenium-server.jar
LANG=C java -jar selenium-server.jar -interactive
selenium-server.jar: Makefile
- wget -
-no-use-server-timestamps -O $@ http://selenium.googlecode.com/files/selenium-server-standalone-$(S_VERSION).jar
+ wget -
O - http://selenium.googlecode.com/files/selenium-server-standalone-$(S_VERSION).jar > $@
svnexport:
svn export http://selenium.googlecode.com/svn/trunk/remote/server selenium-server