diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-10-27 16:04:38 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-10-27 16:04:38 +0100 |
commit | 229d21e6d143532fb6415203d928652b6fa602e0 (patch) | |
tree | 27d4438978b62eb686ab188e3234793adb0c3829 /lib/syntax_tools/test/Makefile | |
parent | 50f396e81ad3a3f815c8ac42b78b284b4941bece (diff) | |
parent | f7ab0c4f16e8a7ee62b4940b8d57748c0ad2c4cb (diff) | |
download | otp-229d21e6d143532fb6415203d928652b6fa602e0.tar.gz otp-229d21e6d143532fb6415203d928652b6fa602e0.tar.bz2 otp-229d21e6d143532fb6415203d928652b6fa602e0.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/syntax_tools/test/Makefile')
-rw-r--r-- | lib/syntax_tools/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/syntax_tools/test/Makefile b/lib/syntax_tools/test/Makefile index d4733b9a42..f67e3f8984 100644 --- a/lib/syntax_tools/test/Makefile +++ b/lib/syntax_tools/test/Makefile @@ -61,5 +61,6 @@ release_tests_spec: make_emakefile $(INSTALL_DATA) $(EMAKEFILE) $(ERL_FILES) "$(RELSYSDIR)" $(INSTALL_DATA) syntax_tools.spec syntax_tools.cover "$(RELSYSDIR)" chmod -R u+w "$(RELSYSDIR)" + @tar cf - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -) release_docs_spec: |