diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-07-17 14:48:19 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-07-19 20:22:54 +0200 |
commit | db6592b31877034b911fe070b346b7ef47ddbf91 (patch) | |
tree | 2b3d67ceab40b8683344541a166876493e9baf3d /lib/os_mon/c_src/Makefile.in | |
parent | 520961ffa874987766426dec07f4248eeffd5786 (diff) | |
download | otp-db6592b31877034b911fe070b346b7ef47ddbf91.tar.gz otp-db6592b31877034b911fe070b346b7ef47ddbf91.tar.bz2 otp-db6592b31877034b911fe070b346b7ef47ddbf91.zip |
os_mon: Remove VxWorks
Diffstat (limited to 'lib/os_mon/c_src/Makefile.in')
-rw-r--r-- | lib/os_mon/c_src/Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/os_mon/c_src/Makefile.in b/lib/os_mon/c_src/Makefile.in index 45dc01e993..adc14f0bb1 100644 --- a/lib/os_mon/c_src/Makefile.in +++ b/lib/os_mon/c_src/Makefile.in @@ -63,14 +63,10 @@ ENTRY_OBJ=$(ERL_TOP)/erts/obj/$(TARGET)/port_entry.o PORT_ENTRY_POINT=erl_port_entry ENTRY_LDFLAGS=-entry:$(PORT_ENTRY_POINT) else -ifeq ($(findstring vxworks_simso,$(TARGET)),vxworks_simso) -PROGRAMS = -else PROGRAMS = \ memsup @os_mon_programs@ C_FILES= $(PROGRAMS:%=%.c) endif -endif TARGET_FILES= $(PROGRAMS:%=$(BINDIR)/%) @@ -127,14 +123,10 @@ $(OBJDIR)/memsup.o: memsup.h # ---------------------------------------------------- include $(ERL_TOP)/make/otp_release_targets.mk -ifeq ($(findstring vxworks_simso,$(TARGET)),vxworks_simso) -release_spec: -else release_spec: opt $(INSTALL_DIR) "$(RELSYSDIR)/src" $(INSTALL_DATA) $(C_FILES) "$(RELSYSDIR)/src" $(INSTALL_DIR) "$(RELSYSDIR)/priv/bin" $(INSTALL_PROGRAM) $(TARGET_FILES) "$(RELSYSDIR)/priv/bin" -endif release_docs_spec: |