]> git.lizzy.rs Git - rust.git/commitdiff
Remove perl as a dependency
authorRicho Healey <richo@psych0tik.net>
Thu, 15 Jan 2015 08:31:22 +0000 (00:31 -0800)
committerRicho Healey <richo@psych0tik.net>
Fri, 16 Jan 2015 16:49:54 +0000 (08:49 -0800)
README.md
configure

index e858e91773b9288e6df572d205f419ac067963c1..183c2fb6906f7dc4ae95e4894d893ca32c0885fc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,7 +21,6 @@ documentation.
 1. Make sure you have installed the dependencies:
     * `g++` 4.7 or `clang++` 3.x
     * `python` 2.6 or later (but not 3.x)
-    * `perl` 5.0 or later
     * GNU `make` 3.81 or later
     * `curl`
     * `git`
index 86ed88c8d06315e87247b8f4c8106d6b7d32df90..2c741bc972fb6909885d1b7d57567801ab56e01f 100755 (executable)
--- a/configure
+++ b/configure
@@ -617,7 +617,6 @@ putvar CFG_BOOTSTRAP_KEY
 
 step_msg "looking for build programs"
 
-probe_need CFG_PERL        perl
 probe_need CFG_CURLORWGET  curl wget
 probe_need CFG_PYTHON      python2.7 python2.6 python2 python
 
@@ -1375,7 +1374,7 @@ do
 done
 
 # Munge any paths that appear in config.mk back to posix-y
-perl -i.bak -p -e 's@ ([a-zA-Z]):[/\\]@ /\1/@go;' config.tmp
+sed -i.bak -e 's@ \([a-zA-Z]\):[/\\]@ /\1/@g;' config.tmp
 rm -f config.tmp.bak
 
 msg