diff options
author | Rickard Green <[email protected]> | 2013-01-31 00:23:47 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2013-01-31 00:23:47 +0100 |
commit | 42f42d99fca3b303bd2cf7d54e4b76c0965f51e4 (patch) | |
tree | fb0d9bb43d300a30ac0bd9435f395feda7cbae1e /lib/Makefile | |
parent | 68b804f34d4ec420d86953e3f519179a40fbee8f (diff) | |
download | otp-42f42d99fca3b303bd2cf7d54e4b76c0965f51e4.tar.gz otp-42f42d99fca3b303bd2cf7d54e4b76c0965f51e4.tar.bz2 otp-42f42d99fca3b303bd2cf7d54e4b76c0965f51e4.zip |
Include apps needed for tests and doc in small build
Included 'inets' in small build, making it possible to run test
using only a small build.
Included 'erl_docgen', 'xmerl', and 'edoc' in small build, making
it possible to build documentation using only a small build.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/Makefile b/lib/Makefile index 64b17a3cca..6a12334d8d 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -20,18 +20,17 @@ include $(ERL_TOP)/make/target.mk include $(ERL_TOP)/make/$(TARGET)/otp.mk ERTS_SUB_DIRECTORIES = stdlib sasl kernel compiler -OTHER_SUB_DIRECTORIES = tools test_server common_test runtime_tools +OTHER_SUB_DIRECTORIES = tools test_server common_test runtime_tools \ + inets xmerl edoc erl_docgen ifdef BUILD_ALL OTHER_SUB_DIRECTORIES += \ snmp otp_mibs appmon erl_interface asn1 jinterface \ - wx debugger reltool gs inets \ + wx debugger reltool gs \ ic mnesia crypto orber os_mon parsetools syntax_tools \ - pman public_key ssl toolbar tv observer odbc \ - diameter \ + pman public_key ssl toolbar tv observer odbc diameter \ cosTransactions cosEvent cosTime cosNotification \ cosProperty cosFileTransfer cosEventDomain et megaco webtool \ - xmerl edoc eunit ssh typer erl_docgen \ - percept eldap dialyzer hipe + eunit ssh typer percept eldap dialyzer hipe EXTRA_FILE := $(wildcard EXTRA-APPLICATIONS) EXTRA_APPLICATIONS := $(if $(EXTRA_FILE),$(shell cat $(EXTRA_FILE))) endif |