diff options
author | Björn Gustavsson <[email protected]> | 2019-04-11 07:34:20 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-04-12 15:07:38 +0200 |
commit | 48341f8738ef8f34e37e88744c9f9139e23e6dbf (patch) | |
tree | 25b284ee6185e751f7e6e2312552ac4fef8b8a5d | |
parent | d528f140350d31ce680365c0c4e72489e204a839 (diff) | |
download | otp-48341f8738ef8f34e37e88744c9f9139e23e6dbf.tar.gz otp-48341f8738ef8f34e37e88744c9f9139e23e6dbf.tar.bz2 otp-48341f8738ef8f34e37e88744c9f9139e23e6dbf.zip |
Remove redundant rule from Emakefile
According to the comment, this rule was only needed when communication
with R7B nodes was supported.
-rw-r--r-- | erts/emulator/test/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile index 03bd4dd9a8..019af2162f 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -207,10 +207,6 @@ ERL_COMPILE_FLAGS += # ---------------------------------------------------- make_emakefile: $(NO_OPT_ERL_FILES) $(NATIVE_ERL_FILES) - # This special rule can be removed when communication with R7B nodes - # is no longer supported. - $(ERL_TOP)/make/make_emakefile $(ERL_COMPILE_FLAGS) +compressed -o$(EBIN) \ - '*_SUITE_make' > $(EMAKEFILE) $(ERL_TOP)/make/make_emakefile $(ERL_COMPILE_FLAGS) +compressed -o$(EBIN) \ $(MODULES) >> $(EMAKEFILE) $(ERL_TOP)/make/make_emakefile +no_copt +no_postopt +no_ssa_opt +no_bsm_opt \ |