diff options
author | Lukas Larsson <[email protected]> | 2018-05-25 13:28:08 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2018-09-27 15:28:21 +0200 |
commit | df67310726dd4c9935e8240a08b664f5130e9aca (patch) | |
tree | 6d702141a94c1262290239694d895536f765210a /lib/os_mon/test/Makefile | |
parent | 08ef38b2c9f84ed118e693bff38efa69fc2c7eb8 (diff) | |
download | otp-df67310726dd4c9935e8240a08b664f5130e9aca.tar.gz otp-df67310726dd4c9935e8240a08b664f5130e9aca.tar.bz2 otp-df67310726dd4c9935e8240a08b664f5130e9aca.zip |
os_mon: Remove the os_mon MIBS support
The otp_mibs application is to be removed so we
also remove the os_mon usage of that application.
Diffstat (limited to 'lib/os_mon/test/Makefile')
-rw-r--r-- | lib/os_mon/test/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/os_mon/test/Makefile b/lib/os_mon/test/Makefile index 6ac67e6bae..03c73b95ec 100644 --- a/lib/os_mon/test/Makefile +++ b/lib/os_mon/test/Makefile @@ -30,7 +30,6 @@ MODULES= \ disksup_SUITE \ memsup_SUITE \ cpu_sup_SUITE \ - os_mon_mib_SUITE \ os_sup_SUITE \ os_mon_conf @@ -87,7 +86,6 @@ release_tests_spec: make_emakefile $(INSTALL_DIR) "$(RELSYSDIR)" $(INSTALL_DATA) os_mon.spec os_mon.cover os_mon_smoke.spec \ $(EMAKEFILE) $(SOURCE) "$(RELSYSDIR)" - $(INSTALL_DATA) os_mon_mib_SUITE.cfg "$(RELSYSDIR)" ## tar chf - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -) |