diff options
author | Björn Gustavsson <[email protected]> | 2011-06-29 11:06:55 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-08-08 11:59:08 +0200 |
commit | 3875321c18bf0083599b7b80b3ad4adec4c69156 (patch) | |
tree | 752f771300c28ac2ea4ceac1269a0b2b12fad980 /lib/Makefile | |
parent | b31ab335abac398caa7152020e5589d8fa817c27 (diff) | |
download | otp-3875321c18bf0083599b7b80b3ad4adec4c69156.tar.gz otp-3875321c18bf0083599b7b80b3ad4adec4c69156.tar.bz2 otp-3875321c18bf0083599b7b80b3ad4adec4c69156.zip |
lib/Makefile: Remove support for OSE delta
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/Makefile b/lib/Makefile index 7f4c309da9..85e54a61bc 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -33,20 +33,6 @@ ifeq ($(findstring vxworks,$(TARGET)),vxworks) cosFileTransfer cosEventDomain endif else - ifeq ($(findstring ose,$(TARGET)),ose) - ERTS_SUB_DIRECTORIES = stdlib sasl kernel compiler erl_interface - OTHER_SUB_DIRECTORIES = \ - snmp otp_mibs appmon tools -# OTHER_SUB_DIRECTORIES = \ -# appmon os_mon tools runtime_tools - ifdef BUILD_ALL - OTHER_SUB_DIRECTORIES += mnesia \ - inets pman tv observer -# OTHER_SUB_DIRECTORIES += mnesia ic asn1 debugger \ -# inets orber pman tv observer cosTransactions cosEvent \ -# cosTime cosNotification cosProperty cosFileTransfer cosEventDomain - endif - else # # unix and win32 # -------------- @@ -78,7 +64,6 @@ else OTHER_SUB_DIRECTORIES += hipe $(TSP_APP) endif endif - endif endif ifdef BOOTSTRAP |