aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-16 15:21:45 -0700
committerGraydon Hoare <[email protected]>2011-03-16 15:21:57 -0700
commit85c073dd3e4259b5f0c2fe5c217c3561bf0ab7b2 (patch)
treeb3297db14ea257dcc69d4db7f676de435a22acee /src
parentFixed version of my previous patch to rename the upcall functions. This time ... (diff)
downloadrust-85c073dd3e4259b5f0c2fe5c217c3561bf0ab7b2.tar.xz
rust-85c073dd3e4259b5f0c2fe5c217c3561bf0ab7b2.zip
Disable built-in rules in makefile, speed up win32 build.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index d063fb05..99ef8adc 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,3 +1,13 @@
+# Delete the built-in rules.
+# This speeds builds up substantially on win32, maybe elsewhere.
+
+.SUFFIXES:
+%:: %,v
+%:: RCS/%,v
+%:: RCS/%
+%:: s.%
+%:: SCCS/s.%
+
######################################################################
# Auto-configuration
######################################################################