Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2007-05-11 14:09:53 +0400
committerRaja R Harinath <harinath@hurrynot.org>2007-05-11 14:09:53 +0400
commit8827fa64198f8a80de08494edae33b33e79605c2 (patch)
tree4c238508568fc43b0c567476cb1bc5d23739dc9b /Makefile.am
parent2b56de4ef7d11916d2ac0243f61fe9c785f65b4d (diff)
* Makefile.am (get-monolite-latest): Redirect wget output too.
svn path=/trunk/mono/; revision=77222
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1eef55cfede..37881af3b39 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,7 @@ get-monolite-latest:
-rm -fr $(mcslib)/monolite-*
test ! -d $(monolite) || test ! -d $(monolite).old || rm -fr $(monolite).old
test ! -d $(monolite) || mv -f $(monolite) $(monolite).old
- cd $(mcslib) && { wget -O- http://www.go-mono.com/daily/monolite-latest.tar.gz || curl http://mono.ximian.com/daily/monolite-latest.tar.gz | gzip -d | tar xf - ; }
+ url=http://www.go-mono.com/daily/monolite-latest.tar.gz; cd $(mcslib) && { (wget -O- $$url || curl $$url) | gzip -d | tar xf - ; }
cd $(mcslib) && mv -f monolite-* monolite
compiler-tests: mcs-do-clean