From 85c073dd3e4259b5f0c2fe5c217c3561bf0ab7b2 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 16 Mar 2011 15:21:45 -0700 Subject: Disable built-in rules in makefile, speed up win32 build. --- src/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src') 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 ###################################################################### -- cgit v1.2.3