diff options
author | Björn Gustavsson <[email protected]> | 2014-02-12 15:18:58 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-02-12 15:18:58 +0100 |
commit | 968dd560ca6567a748804e2356de26a6b75631dc (patch) | |
tree | 2c1914678ebb70de009c24a268e105bc6ba0f028 /lib | |
parent | 152f1a4ba2f4e2f0dfbcde2efe5b5fd5edbdb986 (diff) | |
download | otp-968dd560ca6567a748804e2356de26a6b75631dc.tar.gz otp-968dd560ca6567a748804e2356de26a6b75631dc.tar.bz2 otp-968dd560ca6567a748804e2356de26a6b75631dc.zip |
otp_build: Include parsetools in the release of a small system
When releasing a small system like this:
./otp_build setup
./otp_build release TARGET_DIR
include the parsetools application.
In one of our internal scripts, a previously built and released
Erlang/OTP system is used to update the primary bootstrap in a
git repository. A small system could not be used for that purpose
because parsetools was missing.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 5128241563..6301c882b2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -25,12 +25,12 @@ ERTS_APPLICATIONS = stdlib sasl kernel compiler # Then these have to be build ERLANG_APPLICATIONS = tools test_server common_test runtime_tools \ - inets xmerl edoc erl_docgen + inets xmerl edoc erl_docgen parsetools # These are only build if -a is given to otp_build or make is used directly ALL_ERLANG_APPLICATIONS = snmp otp_mibs erl_interface asn1 jinterface \ wx debugger reltool gs \ - ic mnesia crypto orber os_mon parsetools syntax_tools \ + ic mnesia crypto orber os_mon syntax_tools \ public_key ssl observer odbc diameter \ cosTransactions cosEvent cosTime cosNotification \ cosProperty cosFileTransfer cosEventDomain et megaco webtool \ |