diff options
| author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-12-05 11:54:08 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-06 09:40:40 +0100 |
| commit | eb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee (patch) | |
| tree | 040bfee55c1be4ce8616faecf11e83d224cc100a /package/netsnmp | |
| parent | b64273db75307a8ad3c30202b45582b8a2b894e8 (diff) | |
| download | buildroot-eb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee.tar.gz buildroot-eb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee.zip | |
packages: remove uninstall commands
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/netsnmp')
| -rw-r--r-- | package/netsnmp/netsnmp.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/netsnmp/netsnmp.mk b/package/netsnmp/netsnmp.mk index 806f7a6a25..6ab754ef97 100644 --- a/package/netsnmp/netsnmp.mk +++ b/package/netsnmp/netsnmp.mk @@ -75,13 +75,6 @@ define NETSNMP_INSTALL_TARGET_CMDS $(NETSNMP_REMOVE_MIBS_IPV6) endef -define NETSNMP_UNINSTALL_TARGET_CMDS - $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \ - DESTDIR=$(TARGET_DIR) uninstall - rm -f $(TARGET_DIR)/etc/init.d/S59snmpd - rm -f $(TARGET_DIR)/usr/lib/libnetsnmp* -endef - define NETSNMP_STAGING_NETSNMP_CONFIG_FIXUP $(SED) "s,^includedir=.*,includedir=\'$(STAGING_DIR)/usr/include\',g" \ -e "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" \ |

