mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
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:
parent
e39d57461c
commit
22d0fe9f23
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user