Disable built-in implicit rules when building SIMs

Make spends a considerable amount of time checking targets against
built-in implicit rules. Let's turn them off, enjoy some speedup, and
see if anyone was relying on them!

Refs #360
This commit is contained in:
Derek Bankieris 2017-03-14 10:50:14 -05:00
parent e39d57461c
commit 22d0fe9f23

View File

@ -48,6 +48,9 @@ if ( -f "S_define" ) {
__END__
# CP found at SUB_TRICK_BIN
# Disable built-in implicit rules to increase build speed.
.SUFFIXES:
ifndef TRICK_HOME
export TRICK_HOME := SUB_TRICK_HOME
endif