diff options
| author | Graydon Hoare <[email protected]> | 2011-03-16 15:21:45 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-16 15:21:57 -0700 |
| commit | 85c073dd3e4259b5f0c2fe5c217c3561bf0ab7b2 (patch) | |
| tree | b3297db14ea257dcc69d4db7f676de435a22acee /src | |
| parent | Fixed version of my previous patch to rename the upcall functions. This time ... (diff) | |
| download | rust-85c073dd3e4259b5f0c2fe5c217c3561bf0ab7b2.tar.xz rust-85c073dd3e4259b5f0c2fe5c217c3561bf0ab7b2.zip | |
Disable built-in rules in makefile, speed up win32 build.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 10 |
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 ###################################################################### |