aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-23 14:35:28 -0700
committerGraydon Hoare <[email protected]>2011-03-23 14:35:28 -0700
commite6969929db01fca31c66793dfea32ab46f777a48 (patch)
tree7dbaba9f9f7b7716560fd00613388dfb6ce3e357 /configure
parentSilly typo. (diff)
downloadrust-e6969929db01fca31c66793dfea32ab46f777a48.tar.xz
rust-e6969929db01fca31c66793dfea32ab46f777a48.zip
More miserable win32 configury fixes. Getting closer.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index f75e3d32..cda5b334 100755
--- a/configure
+++ b/configure
@@ -179,6 +179,11 @@ putvar CFG_LLVM_CXXFLAGS
putvar CFG_LLVM_LDFLAGS
putvar CFG_LLVM_LIBS
+# Munge any paths that appear in config.mk back to posix-y
+perl -i.bak -p -e 's@ ([a-zA-Z]):\\@ /\1/@go;' \
+ -e 's@\\@/@go;' config.mk
+rm -f config.mk.bak
+
copy ${CFG_SRC_DIR}Makefile.in ./Makefile
echo "configure: complete"