Merge pull request #576 from ucb-bar/make-suffix-rules

Disable all make suffix rules for improved EC2 performance
This commit is contained in:
David Biancolin
2020-06-27 13:37:16 -07:00
committed by GitHub

View File

@@ -188,3 +188,10 @@ dramsim_lib = $(dramsim_dir)/libdramsim.a
$(dramsim_lib):
$(MAKE) -C $(dramsim_dir) $(notdir $@)
#########################################################################################
# Implicit rule handling
#########################################################################################
# Disable all suffix rules to improve Make performance on systems running older
# versions of Make
.SUFFIXES: