aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/src
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2017-04-26 11:56:59 +0200
committerSiri Hansen <[email protected]>2017-04-26 11:56:59 +0200
commit173145014dd1c74f8a767076c27ab2a4072820d6 (patch)
tree5eb2bfe603aaccc5495f082d41de358b47735852 /lib/reltool/src
parent61a20e55ccf6ff89a4863c1ed8754b8909646e88 (diff)
downloadotp-173145014dd1c74f8a767076c27ab2a4072820d6.tar.gz
otp-173145014dd1c74f8a767076c27ab2a4072820d6.tar.bz2
otp-173145014dd1c74f8a767076c27ab2a4072820d6.zip
Revert changes in exclude filters from 6a4d4b43914a5
typer.c is re-introduced in the OTP-repository, so the typer executable should still be listed in default exclude filters in reltool.
Diffstat (limited to 'lib/reltool/src')
-rw-r--r--lib/reltool/src/reltool.hrl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/reltool/src/reltool.hrl b/lib/reltool/src/reltool.hrl
index c61c3a0c71..3b1e868757 100644
--- a/lib/reltool/src/reltool.hrl
+++ b/lib/reltool/src/reltool.hrl
@@ -289,8 +289,8 @@
"^lib",
"^releases"]).
-define(EMBEDDED_EXCL_SYS_FILTERS,
- ["^bin/(erlc|dialyzer)(|\\.exe)\$",
- "^erts.*/bin/(erlc|dialyzer)(|\\.exe)\$",
+ ["^bin/(erlc|dialyzer|typer)(|\\.exe)\$",
+ "^erts.*/bin/(erlc|dialyzer|typer)(|\\.exe)\$",
"^erts.*/bin/.*(debug|pdb)"]).
-define(EMBEDDED_INCL_APP_FILTERS, ["^ebin",
"^include",
@@ -303,7 +303,7 @@
"^erts.*/bin",
"^lib\$"]).
-define(STANDALONE_EXCL_SYS_FILTERS,
- ["^erts.*/bin/(erlc|dialyzer)(|\\.exe)\$",
+ ["^erts.*/bin/(erlc|dialyzer|typer)(|\\.exe)\$",
"^erts.*/bin/(start|escript|to_erl|run_erl)(|\\.exe)\$",
"^erts.*/bin/.*(debug|pdb)"]).
-define(STANDALONE_INCL_APP_FILTERS, ["^ebin",