packages: remove uninstall commands

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas De Schampheleire 2013-12-05 11:54:08 +01:00 committed by Peter Korsgaard
parent b64273db75
commit eb7bd9ef61
154 changed files with 0 additions and 930 deletions

View File

@ -24,12 +24,6 @@ define ACPID_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 package/acpid/S02acpid $(TARGET_DIR)/etc/init.d/S02acpid
endef
define ACPID_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/sbin/acpid
rm -f $(TARGET_DIR)/usr/bin/acpi_listen
rm -f $(addprefix $(TARGET_DIR)/usr/share/man/man8/,acpid.8 acpi_listen.8)
endef
define ACPID_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

View File

@ -39,9 +39,4 @@ define AIRCRACK_NG_INSTALL_TARGET_CMDS
prefix=/usr $(AIRCRACK_NG_MAKE_OPTS) install
endef
define AIRCRACK_NG_UNINSTALL_TARGET_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE1) -C $(@D) DESTDIR=$(TARGET_DIR) \
$(AIRCRACK_NG_MAKE_OPTS) uninstall
endef
$(eval $(generic-package))

View File

@ -80,16 +80,4 @@ endif
ALSA_LIB_CONF_ENV = CFLAGS="$(ALSA_LIB_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS) -lm"
define ALSA_LIB_UNINSTALL_TARGET_CMDS
-rm -f $(TARGET_DIR)/usr/lib/libasound.so*
-rm -rf $(TARGET_DIR)/usr/lib/alsa-lib
-rm -rf $(TARGET_DIR)/usr/share/alsa
endef
define ALSA_LIB_UNINSTALL_STAGING_CMDS
-rm -f $(STAGING_DIR)/usr/lib/libasound.*
-rm -rf $(STAGING_DIR)/usr/lib/alsa-lib
-rm -rf $(STAGING_DIR)/usr/share/alsa
endef
$(eval $(autotools-package))

View File

@ -56,8 +56,4 @@ define ALSA_UTILS_INSTALL_TARGET_CMDS
fi
endef
define ALSA_UTILS_UNINSTALL_TARGET_CMDS
rm -f $(addprefix $(TARGET_DIR)/,$(ALSA_UTILS_TARGETS_) $(ALSA_UTILS_TARGETS_y))
endef
$(eval $(autotools-package))

View File

@ -25,18 +25,4 @@ endef
AT_POST_INSTALL_TARGET_HOOKS += AT_INSTALL_INITSCRIPT
define AT_UNINSTALL_TARGET_CMDS
rm -rf $(addprefix $(TARGET_DIR),/usr/lib/atspool \
/usr/lib/atjobs \
/etc/at.deny \
/etc/init.d/S99at \
/usr/bin/at \
/usr/bin/atrm \
/usr/bin/atq \
/usr/sbin/atd \
/usr/sbin/atrun)
rm -f $(addprefix $(TARGET_DIR)/usr/man/man*/, \
at.1 atq.1 atrm.1 batch.1 at_allow.5 at_deny.5 atd.8 atrun.8)
endef
$(eval $(autotools-package))

View File

@ -38,10 +38,6 @@ define AXEL_INSTALL_TARGET_CMDS
$(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) install
endef
define AXEL_UNINSTALL_TARGET_CMDS
$(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) uninstall
endef
define AXEL_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

View File

@ -41,14 +41,4 @@ define BASH_INSTALL_TARGET_CMDS
ln -sf bash $(TARGET_DIR)/bin/sh
endef
# Restore the old shell file/link if there was one
define BASH_UNINSTALL_TARGET_CMDS
$(TARGET_MAKE_ENV) $(MAKE) DESTDIR=$(TARGET_DIR) \
-C $(BASH_DIR) exec_prefix=/ uninstall
rm -f $(TARGET_DIR)/bin/sh
if [ -e $(TARGET_DIR)/bin/sh.prebash ]; then \
mv -f $(TARGET_DIR)/bin/sh.prebash $(TARGET_DIR)/bin/sh; \
fi
endef
$(eval $(autotools-package))

View File

@ -63,11 +63,4 @@ ifneq ($(BR2_PACKAGE_BIND_TOOLS),y)
BIND_POST_INSTALL_TARGET_HOOKS += BIND_TARGET_REMOVE_TOOLS
endif
define BIND_UNINSTALL_TARGET_CMDS
$(BIND_TARGET_REMOVE_SERVER)
$(BIND_TARGET_REMOVE_TOOLS)
rm -f $(TARGET_DIR)/etc/init.d/S81named
rm -rf $(addprefix $(TARGET_DIR)/usr/lib/, $(BIND_TARGET_LIBS))
endef
$(eval $(autotools-package))

View File

@ -24,8 +24,4 @@ ifneq ($(BR2_PREFER_STATIC_LIB),y)
BMON_CONF_OPT += --disable-static
endif
define BMON_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/bmon
endef
$(eval $(autotools-package))

View File

@ -16,15 +16,4 @@ define BOA_INSTALL_TARGET_CMDS
install -D -m 644 package/boa/mime.types $(TARGET_DIR)/etc/mime.types
endef
define BOA_UNINSTALL_STAGING_CMDS
# autotools calls uninstall-staging even if staging install
# isn't enabled
endef
define BOA_UNINSTALL_TARGET_CMDS
rm -rf $(TARGET_DIR)/usr/sbin/boa \
$(TARGET_DIR)/usr/lib/boa/ \
$(TARGET_DIR)/etc/mime.types $(TARGET_DIR)/etc/boa
endef
$(eval $(autotools-package))

View File

@ -13,8 +13,4 @@ define BONNIE_INSTALL_TARGET_CMDS
install -D -m 755 $(@D)/zcav $(TARGET_DIR)/usr/sbin/zcav
endef
define BONNIE_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/sbin/bonnie++ $(TARGET_DIR)/usr/sbin/zcav
endef
$(eval $(autotools-package))

View File

@ -11,9 +11,4 @@ BRIDGE_UTILS_CONF_OPT = --with-linux-headers=$(LINUX_HEADERS_DIR)
BRIDGE_UTILS_LICENSE = GPLv2+
BRIDGE_UTILS_LICENSE_FILES = COPYING
define BRIDGE_UTILS_UNINSTALL_TARGET_CMDS
rm -f $(addprefix $(TARGET_DIR)/usr/,lib/libbridge.a \
include/libbridge.h share/man/man8/brctl.8 sbin/brctl)
endef
$(eval $(autotools-package))

View File

@ -20,10 +20,6 @@ define BSDIFF_INSTALL_TARGET_CMDS
install -D -m 755 $(@D)/bspatch $(TARGET_DIR)/usr/bin/bspatch
endef
define BSDIFF_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/bsdiff $(TARGET_DIR)/usr/bin/bspatch
endef
define BSDIFF_CLEAN_CMDS
rm -f $(@D)/bsdiff $(@D)/bspatch
endef

View File

@ -207,10 +207,6 @@ define BUSYBOX_INSTALL_TARGET_CMDS
$(BUSYBOX_INSTALL_WATCHDOG_SCRIPT)
endef
define BUSYBOX_UNINSTALL_TARGET_CMDS
$(BUSYBOX_MAKE_ENV) $(MAKE) $(BUSYBOX_MAKE_OPTS) -C $(@D) uninstall
endef
define BUSYBOX_CLEAN_CMDS
$(BUSYBOX_MAKE_ENV) $(MAKE) $(BUSYBOX_MAKE_OPTS) -C $(@D) clean
endef

View File

@ -12,9 +12,4 @@ define CGILUA_INSTALL_TARGET_CMDS
$(MAKE) -C $(@D) install LUA_DIR="$(TARGET_DIR)/usr/share/lua"
endef
define CGILUA_UNINSTALL_TARGET_CMDS
rm -rf "$(TARGET_DIR)/usr/share/lua/cgilua"
rm -f "$(TARGET_DIR)/usr/share/lua/cgilua.lua"
endef
$(eval $(generic-package))

View File

@ -39,8 +39,4 @@ define CHRONY_INSTALL_TARGET_CMDS
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR="$(TARGET_DIR)" install
endef
define CHRONY_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/chronyc $(TARGET_DIR)/usr/sbin/chronyd
endef
$(eval $(generic-package))

View File

@ -26,16 +26,6 @@ define CJSON_INSTALL_TARGET_CMDS
$(INSTALL) -D $(@D)/libcJSON.so $(TARGET_DIR)/usr/lib/libcJSON.so
endef
define CJSON_UNINSTALL_STAGING_CMDS
rm -f $(STAGING_DIR)/usr/include/cJSON.h
rm -f $(STAGING_DIR)/usr/lib/libcJSON.so
endef
define CJSON_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/include/cJSON.h
rm -f $(TARGET_DIR)/usr/lib/libcJSON.so
endef
define CJSON_CLEAN_CMDS
rm -f $(@D)/libcJSON.so
endef

View File

@ -13,8 +13,4 @@ define COPAS_INSTALL_TARGET_CMDS
$(TARGET_DIR)/usr/share/lua/copas.lua
endef
define COPAS_UNINSTALL_TARGET_CMDS
rm -f "$(TARGET_DIR)/usr/share/lua/copas.lua"
endef
$(eval $(generic-package))

View File

@ -13,8 +13,4 @@ define COXPCALL_INSTALL_TARGET_CMDS
$(TARGET_DIR)/usr/share/lua/coxpcall.lua
endef
define COXPCALL_UNINSTALL_TARGET_CMDS
rm -f "$(TARGET_DIR)/usr/share/lua/coxpcall.lua"
endef
$(eval $(generic-package))

View File

@ -16,8 +16,4 @@ define CPPZMQ_INSTALL_STAGING_CMDS
$(INSTALL) -m 0644 -D $(@D)/zmq.hpp $(STAGING_DIR)/usr/include/zmq.hpp
endef
define CPPZMQ_UNINSTALL_STAGING_CMDS
$(RM) $(STAGING_DIR)/usr/include/zmq.hpp
endef
$(eval $(generic-package))

View File

@ -24,8 +24,4 @@ define DEVMEM2_INSTALL_TARGET_CMDS
$(INSTALL) -D $(@D)/devmem2 $(TARGET_DIR)/sbin/devmem2
endef
define DEVMEM2_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/sbin/devmem2
endef
$(eval $(generic-package))

View File

@ -25,8 +25,4 @@ define DHRYSTONE_INSTALL_TARGET_CMDS
$(INSTALL) -D $(@D)/dhrystone $(TARGET_DIR)/usr/bin/dhrystone
endef
define DHRYSTONE_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/dhrystone
endef
$(eval $(generic-package))

View File

@ -11,7 +11,6 @@ DMRAID_SUBDIR = $(DMRAID_VERSION)
# lib and tools race with parallel make
DMRAID_MAKE = $(MAKE1)
DMRAID_INSTALL_STAGING = YES
DMRAID_UNINSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) remove
DMRAID_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
DMRAID_DEPENDENCIES = lvm2
@ -22,9 +21,4 @@ endef
DMRAID_POST_INSTALL_TARGET_HOOKS += DMRAID_INSTALL_INITSCRIPT
define DMRAID_UNINSTALL_TARGET_CMDS
$(MAKE) DESTDIR=$(TARGET_DIR) remove -C $(@D)/$(DMRAID_SUBDIR)
rm -f $(TARGET_DIR)/etc/init.d/S20dmraid
endef
$(eval $(autotools-package))

View File

@ -93,9 +93,4 @@ define DNSMASQ_INSTALL_TARGET_CMDS
mkdir -p $(TARGET_DIR)/var/lib/misc/
endef
define DNSMASQ_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/sbin/dnsmasq
rm -f $(TARGET_DIR)/usr/share/man/man8/dnsmasq.8
endef
$(eval $(generic-package))

View File

@ -17,8 +17,4 @@ define DOOM_WAD_INSTALL_TARGET_CMDS
$(TARGET_DIR)/usr/share/games/doom/doom1.wad
endef
define DOOM_WAD_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/share/games/doom/doom1.wad
endef
$(eval $(generic-package))

View File

@ -38,12 +38,6 @@ define DOSFSTOOLS_INSTALL_TARGET_CMDS
$(TARGET_DIR)/sbin/
endef
define DOSFSTOOLS_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/sbin/$(FATLABEL_BINARY)
rm -f $(TARGET_DIR)/sbin/$(FSCK_FAT_BINARY)
rm -f $(TARGET_DIR)/sbin/$(MKFS_FAT_BINARY)
endef
define DOSFSTOOLS_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

View File

@ -37,8 +37,4 @@ define DROPWATCH_INSTALL_TARGET_CMDS
$(TARGET_DIR)/usr/bin/dropwatch
endef
define DROPWATCH_UNINSTALL_CMDS
rm -f $(TARGET_DIR)/usr/bin/dropwatch
endef
$(eval $(generic-package))

View File

@ -16,8 +16,4 @@ define DSP_TOOLS_INSTALL_TARGET_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
endef
define DSP_TOOLS_UNINSTALL_TARGET_CMDS
rm -f $(addprefix $(TARGET_DIR)/usr/bin/dsp-, load probe test exec)
endef
$(eval $(generic-package))

View File

@ -36,9 +36,4 @@ define EBTABLES_INSTALL_TARGET_CMDS
endef
endif
define EBTABLES_UNINSTALL_TARGET_CMDS
rm -rf $(TARGET_DIR)/lib/ebtables
rm -f $(TARGET_DIR)/sbin/ebtables
endef
$(eval $(generic-package))

View File

@ -15,8 +15,4 @@ define EEPROG_INSTALL_TARGET_CMDS
$(INSTALL) -D $(@D)/eeprog $(TARGET_DIR)/usr/bin/eeprog
endef
define EEPROG_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/eeprog
endef
$(eval $(generic-package))

View File

@ -17,8 +17,4 @@ define EXPLORERCANVAS_INSTALL_TARGET_CMDS
$(TARGET_DIR)/var/www/excanvas.js
endef
define EXPLORERCANVAS_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/var/www/excanvas.js
endef
$(eval $(generic-package))

View File

@ -23,16 +23,6 @@ define EZXML_INSTALL_TARGET_CMDS
install -D -m 0644 $(@D)/libezxml.a $(TARGET_DIR)/usr/lib/libezxml.a
endef
define EZXML_UNINSTALL_STAGING_CMDS
rm -f $(STAGING_DIR)/usr/include/ezxml.h
rm -f $(STAGING_DIR)/usr/lib/libezxml.a
endef
define EZXML_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/include/ezxml.h
rm -f $(TARGET_DIR)/usr/lib/libezxml.a
endef
define EZXML_CLEAN_CMDS
-$(MAKE) -C $(@D) -f GNUmakefile clean
endef

View File

@ -23,8 +23,4 @@ define FAN_CTRL_INSTALL_TARGET_CMDS
install -D -m 755 $(@D)/fan-ctrl $(TARGET_DIR)/usr/sbin/fan-ctrl
endef
define FAN_CTRL_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/sbin/fan-ctrl
endef
$(eval $(generic-package))

View File

@ -20,13 +20,6 @@ define FB_TEST_APP_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/offset $(TARGET_DIR)/usr/bin/fb-test-offset
endef
define FB_TEST_APP_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/fb-test-perf
rm -f $(TARGET_DIR)/usr/bin/fb-test-rect
rm -f $(TARGET_DIR)/usr/bin/fb-test
rm -f $(TARGET_DIR)/usr/bin/fb-test-offset
endef
define FB_TEST_APP_CLEAN_CMDS
$(MAKE) -C $(@D) clean
endef

View File

@ -18,8 +18,4 @@ define FBGRAB_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/fbgrab $(TARGET_DIR)/usr/bin/fbgrab
endef
define FBGRAB_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/fbgrab
endef
$(eval $(generic-package))

View File

@ -22,10 +22,6 @@ define FBSET_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 755 $(@D)/fbset $(TARGET_DIR)/usr/sbin/fbset
endef
define FBSET_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/sbin/fbset
endef
define FBSET_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

View File

@ -17,10 +17,6 @@ define FCONFIG_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/fconfig $(TARGET_DIR)/sbin/fconfig
endef
define FCONFIG_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/sbin/fconfig
endef
define FCONFIG_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

View File

@ -19,9 +19,4 @@ define FEH_INSTALL_TARGET_CMDS
DESTDIR=$(TARGET_DIR) -C $(@D) install
endef
define FEH_UNINSTALL_TARGET_CMDS
$(MAKE1) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) " \
DESTDIR=$(TARGET_DIR) -C $(@D) uninstall
endef
$(eval $(generic-package))

View File

@ -11,10 +11,5 @@ FILE_INSTALL_STAGING = YES
FILE_LICENSE = BSD-2c, one file BSD-4c, one file BSD-3c
FILE_LICENSE_FILES = COPYING src/mygetopt.h src/vasprintf.c
define FILE_UNINSTALL_TARGET_CMDS
$(MAKE) DESTDIR=$(TARGET_DIR) uninstall -C $(FILE_DIR)
rm -f $(TARGET_DIR)/usr/lib/libmagic.*
endef
$(eval $(autotools-package))
$(eval $(host-autotools-package))

View File

@ -17,8 +17,4 @@ define FIS_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/fis $(TARGET_DIR)/sbin/fis
endef
define FIS_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/sbin/fis
endef
$(eval $(generic-package))

View File

@ -31,8 +31,4 @@ define FLOT_INSTALL_TARGET_CMDS
done
endef
define FLOT_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/var/www/jquery.flot*
endef
$(eval $(generic-package))

View File

@ -22,10 +22,6 @@ define GADGETFS_TEST_INSTALL_TARGET_CMDS
$(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) prefix=/usr install
endef
define GADGETFS_TEST_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/bin/gadgetfs-test
endef
define GADGETFS_TEST_CLEAN_CMDS
-$(MAKE) -C $(@D) $(GADGETFS_TEST_MAKEOPTS) clean
endef

View File

@ -20,8 +20,4 @@ define GOOGLEFONTDIRECTORY_INSTALL_TARGET_CMDS
done
endef
define GOOGLEFONTDIRECTORY_UNINSTALL_TARGET_CMDS
rm -rf $(addprefix $(TARGET_DIR)/usr/share/fonts/,$(GOOGLEFONTDIRECTORY_FONTS))
endef
$(eval $(generic-package))

View File

@ -35,8 +35,4 @@ define GPTFDISK_INSTALL_TARGET_CMDS
done
endef
define GPTFDISK_UNINSTALL_TARGET_CMDS
rm -f $(addprefix $(TARGET_DIR)/usr/sbin/,$(GPTFDISK_TARGETS_y))
endef
$(eval $(generic-package))

View File

@ -15,10 +15,6 @@ define GST_DSP_INSTALL_TARGET_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
endef
define GST_DSP_UNINSTALL_TARGET_CMDS
$(RM) $(TARGET_DIR)/usr/lib/gstreamer-0.10/libgstdsp.so
endef
GST_DSP_DEPENDENCIES = gstreamer tidsp-binaries host-pkgconf
$(eval $(generic-package))

View File

@ -15,10 +15,6 @@ define GST_OMAPFB_INSTALL_TARGET_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
endef
define GST_OMAPFB_UNINSTALL_TARGET_CMDS
$(RM) $(TARGET_DIR)/usr/lib/gstreamer-0.10/libgstomapfb.so
endef
GST_OMAPFB_DEPENDENCIES = gstreamer
$(eval $(generic-package))

View File

@ -26,11 +26,6 @@ define HDPARM_INSTALL_TARGET_CMDS
$(HDPARM_INSTALL_DOCUMENTATION)
endef
define HDPARM_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/sbin/hdparm
rm -f $(TARGET_DIR)/usr/share/man/man8/hdparm.8
endef
define HDPARM_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

View File

@ -14,9 +14,4 @@ define HWDATA_INSTALL_TARGET_CMDS
install -D -m 644 $(@D)/usb.ids $(TARGET_DIR)/usr/share/hwdata/usb.ids
endef
define HWDATA_UNINSTALL_TARGET_CMDS
rm -rf $(TARGET_DIR)/usr/share/hwdata
rmdir --ignore-fail-on-non-empty $(TARGET_DIR)/usr/share
endef
$(eval $(generic-package))

View File

@ -30,9 +30,4 @@ define INPUT_EVENT_DAEMON_CLEAN_CMDS
$(MAKE) -C $(@D) clean
endef
define INPUT_EVENT_DAEMON_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/input-event-daemon
rm -f $(TARGET_DIR)/etc/input-event-daemon.conf
endef
$(eval $(generic-package))

View File

@ -39,10 +39,6 @@ define INPUT_TOOLS_INSTALL_TARGET_CMDS
done
endef
define INPUT_TOOLS_UNINSTALL_TARGET_CMDS
rm -f $(addprefix $(TARGET_DIR)/usr/bin/,$(INPUT_TOOLS_TARGETS_y))
endef
define INPUT_TOOLS_CLEAN_CMDS
rm -f $(addprefix $(@D)/,$(INPUT_TOOLS_TARGETS_y))
endef

View File

@ -25,9 +25,4 @@ define IOSTAT_INSTALL_TARGET_CMDS
$(TARGET_DIR)/usr/share/man/man8/iostat.8
endef
define IOSTAT_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/iostat
rm -f $(TARGET_DIR)/usr/share/man/man8/iostat.8
endef
$(eval $(generic-package))

View File

@ -50,11 +50,4 @@ else
IPTABLES_POST_INSTALL_TARGET_HOOKS += IPTABLES_TARGET_IPV6_REMOVE
endif
define IPTABLES_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/iptables-xml
rm -f $(TARGET_DIR)/usr/sbin/iptables* $(TARGET_DIR)/usr/sbin/ip6tables*
rm -f $(TARGET_DIR)/usr/sbin/xtables-multi
rm -rf $(TARGET_DIR)/usr/lib/xtables
endef
$(eval $(autotools-package))

View File

@ -38,8 +38,4 @@ define IRDA_UTILS_INSTALL_TARGET_CMDS
done
endef
define IRDA_UTILS_UNINSTALL_TARGET_CMDS
rm -f $(addprefix $(TARGET_DIR)/usr/sbin/,$(IRDA_UTILS_SBINS-))
endef
$(eval $(generic-package))

View File

@ -28,9 +28,4 @@ define IW_INSTALL_TARGET_CMDS
$(IW_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
endef
define IW_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/sbin/iw
rm -f $(TARGET_DIR)/usr/share/man/man8/iw.8*
endef
$(eval $(generic-package))

View File

@ -18,8 +18,4 @@ define JQUERY_SPARKLINE_INSTALL_TARGET_CMDS
$(TARGET_DIR)/var/www/jquery.sparkline.js
endef
define JQUERY_SPARKLINE_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/var/www/jquery.sparkline.js
endef
$(eval $(generic-package))

View File

@ -27,8 +27,4 @@ define JQUERY_UI_THEMES_INSTALL_TARGET_CMDS
chmod 0644 $(TARGET_DIR)/var/www/images/*.png
endef
define JQUERY_UI_THEMES_UNINSTALL_TARGET_CMDS
$(RM) $(TARGET_DIR)/var/www/jquery-ui.css
endef
$(eval $(generic-package))

View File

@ -29,9 +29,4 @@ define JQUERY_UI_INSTALL_TARGET_CMDS
chmod 0644 $(TARGET_DIR)/var/www/images/*.png
endef
define JQUERY_UI_UNINSTALL_TARGET_CMDS
$(RM) $(addprefix $(TARGET_DIR)/var/www/,\
jquery-ui.js jquery-ui-i18n.js jquery-ui.css)
endef
$(eval $(generic-package))

View File

@ -18,8 +18,4 @@ define JQUERY_VALIDATION_INSTALL_TARGET_CMDS
$(TARGET_DIR)/var/www/jquery.validate.js
endef
define JQUERY_VALIDATION_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/var/www/jquery.validate.js
endef
$(eval $(generic-package))

View File

@ -18,8 +18,4 @@ define JQUERY_INSTALL_TARGET_CMDS
$(TARGET_DIR)/var/www/jquery.js
endef
define JQUERY_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/var/www/jquery.js
endef
$(eval $(generic-package))

View File

@ -15,10 +15,6 @@ define JSMIN_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/jsmin $(TARGET_DIR)/usr/bin/jsmin
endef
define JSMIN_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/jsmin
endef
define HOST_JSMIN_BUILD_CMDS
$(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D) jsmin
endef

View File

@ -13,8 +13,4 @@ define JSON_JAVASCRIPT_INSTALL_TARGET_CMDS
$(INSTALL) -m 0644 -D $(@D)/json2.js $(TARGET_DIR)/var/www/json2.js
endef
define JSON_JAVASCRIPT_UNINSTALL_TARGET_CMDS
$(RM) $(TARGET_DIR)/var/www/json2.js
endef
$(eval $(generic-package))

View File

@ -47,21 +47,4 @@ define KISMET_INSTALL_TARGET_CMDS
$(KISMET_INSTALL_TARGET_CONFIGS)
endef
ifdef KISMET_TARGET_BINARIES
define KISMET_UNINSTALL_TARGET_BINARIES
rm -f $(addprefix $(TARGET_DIR)/usr/bin/, $(KISMET_TARGET_BINARIES))
endef
endif
ifdef KISMET_TARGET_CONFIGS
define KISMET_UNINSTALL_TARGET_CONFIGS
rm -f $(addprefix $(TARGET_DIR)/etc/, $(KISMET_TARGET_CONFIGS))
endef
endif
define KISMET_UNINSTALL_TARGET_CMDS
$(KISMET_UNINSTALL_TARGET_BINARIES)
$(KISMET_UNINSTALL_TARGET_CONFIGS)
endef
$(eval $(autotools-package))

View File

@ -21,10 +21,6 @@ define LBASE64_INSTALL_TARGET_CMDS
$(TARGET_DIR)/usr/lib/lua/base64.so
endef
define LBASE64_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/lib/lua/base64.so
endef
define LBASE64_CLEAN_CMDS
$(MAKE) -C $(@D) clean
endef

View File

@ -25,16 +25,6 @@ define LCDAPI_INSTALL_TARGET_CMDS
DESTDIR="$(TARGET_DIR)" install
endef
define LCDAPI_UNINSTALL_STAGING_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) \
DESTDIR="$(STAGING_DIR)" uninstall
endef
define LCDAPI_UNINSTALL_TARGET_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) \
DESTDIR="$(TARGET_DIR)" uninstall
endef
define LCDAPI_CLEAN_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) clean
endef

View File

@ -15,8 +15,4 @@ define LESS_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 $(@D)/less $(TARGET_DIR)/usr/bin/less
endef
define LESS_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/less
endef
$(eval $(autotools-package))

View File

@ -27,9 +27,4 @@ endef
LIBIDN_POST_INSTALL_TARGET_HOOKS += LIBIDN_REMOVE_EMACS_STUFF
define LIBIDN_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/lib/libidn*
rm -f $(TARGET_DIR)/usr/bin/idn
endef
$(eval $(autotools-package))

View File

@ -41,21 +41,11 @@ define LIBJSON_INSTALL_TARGET_CMDS
$(LIBJSON_MAKE_OPT) prefix=$(TARGET_DIR)/usr install -C $(@D)
endef
define LIBJSON_UNINSTALL_TARGET_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) \
$(LIBJSON_MAKE_OPT) prefix=$(TARGET_DIR)/usr uninstall -C $(@D)
endef
define LIBJSON_INSTALL_STAGING_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) \
$(LIBJSON_MAKE_OPT) prefix=$(STAGING_DIR)/usr install -C $(@D)
endef
define LIBJSON_UNINSTALL_STAGING_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) \
$(LIBJSON_MAKE_OPT) prefix=$(STAGING_DIR)/usr uninstall -C $(@D)
endef
define LIBJSON_CLEAN_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) $(LIBJSON_MAKE_OPT) \
clean -C $(@D)

View File

@ -20,14 +20,6 @@ define LIBROXML_INSTALL_TARGET_CMDS
$(MAKE) DESTDIR=$(TARGET_DIR)/usr/ -C $(@D) install
endef
define LIBROXML_UNINSTALL_STAGING_CMDS
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(@D) uninstall
endef
define LIBROXML_UNINSTALL_TARGET_CMDS
$(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) uninstall
endef
define LIBROXML_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

View File

@ -18,21 +18,11 @@ define LIBSVGTINY_INSTALL_STAGING_CMDS
$(MAKE) -C $(@D) PREFIX=/usr DESTDIR=$(STAGING_DIR) install
endef
define LIBSVGTINY_UNINSTALL_STAGING_CMDS
$(TARGET_CONFIGURE_OPTS) \
$(MAKE) -C $(@D) PREFIX=/usr DESTDIR=$(STAGING_DIR) uninstall
endef
define LIBSVGTINY_INSTALL_TARGET_CMDS
$(TARGET_CONFIGURE_OPTS) \
$(MAKE) -C $(@D) PREFIX=/usr DESTDIR=$(TARGET_DIR) install
endef
define LIBSVGTINY_UNINSTALL_TARGET_CMDS
$(TARGET_CONFIGURE_OPTS) \
$(MAKE) -C $(@D) PREFIX=/usr DESTDIR=$(TARGET_DIR) uninstall
endef
define LIBSVGTINY_CLEAN_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) clean
endef

View File

@ -107,10 +107,4 @@ define LIGHTTPD_INSTALL_INIT_SYSTEMD
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/lighttpd.service
endef
define LIGHTTPD_UNINSTALL_TARGET_CMDS
$(RM) $(TARGET_DIR)/usr/sbin/lighttpd
$(RM) $(TARGET_DIR)/usr/sbin/lighttpd-angel
$(RM) -r $(TARGET_DIR)/usr/lib/lighttpd
endef
$(eval $(autotools-package))

View File

@ -21,24 +21,12 @@ define LINENOISE_INSTALL_STAGING_CMDS
$(INSTALL) -m 755 -D $(@D)/linenoise_example $(STAGING_DIR)/usr/bin/linenoise_example
endef
define LINENOISE_UNINSTALL_STAGING_CMDS
rm -f $(STAGING_DIR)/usr/include/linenoise.h
rm -f $(STAGING_DIR)/usr/lib/liblinenoise.a
rm -f $(STAGING_DIR)/usr/bin/linenoise_example
endef
define LINENOISE_INSTALL_TARGET_CMDS
$(INSTALL) -m 644 -D $(@D)/linenoise.h $(TARGET_DIR)/usr/include/linenoise.h
$(INSTALL) -m 644 -D $(@D)/liblinenoise.a $(TARGET_DIR)/usr/lib/liblinenoise.a
$(INSTALL) -m 755 -D $(@D)/linenoise_example $(TARGET_DIR)/usr/bin/linenoise_example
endef
define LINENOISE_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/include/linenoise.h
rm -f $(TARGET_DIR)/usr/lib/liblinenoise.a
rm -f $(TARGET_DIR)/usr/bin/linenoise_example
endef
define LINENOISE_CLEAN_CMDS
rm -f $(@D)/*.o $(@D)/*.a $(@D)/linenoise_example
endef

View File

@ -38,14 +38,4 @@ define LINUX_FUSION_INSTALL_TARGET_CMDS
cp -dpf package/linux-fusion/40-fusion.rules $(LINUX_FUSION_ETC_DIR)
endef
define LINUX_FUSION_UNINSTALL_STAGING_CMDS
rm -f $(STAGING_DIR)/usr/include/linux/fusion.h
endef
define LINUX_FUSION_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/include/linux/fusion.h
rm -rf $(TARGET_DIR)/lib/modules/$(LINUX_FOR_FUSION)/kernel/drivers/char/fusion
rm -f $(LINUX_FUSION_ETC_DIR)/40-fusion.rules
endef
$(eval $(generic-package))

View File

@ -61,17 +61,4 @@ define LIVE555_INSTALL_TARGET_CMDS
done
endef
define LIVE555_UNINSTALL_STAGING_CMDS
rm -rf $(STAGING_DIR)/usr/include/live
for i in $(LIVE555_LIBS_TO_INSTALL); do \
rm -f $(addprefix $(STAGING_DIR)/usr/lib/, `basename $$i`); \
done
endef
define LIVE555_UNINSTALL_TARGET_CMDS
for i in $(LIVE555_FILES_TO_INSTALL-); do \
rm -f $(addprefix $(TARGET_DIR)/usr/bin/, `basename $$i`); \
done
endef
$(eval $(generic-package))

View File

@ -30,19 +30,11 @@ define LM_SENSORS_INSTALL_STAGING_CMDS
rm -f $(addprefix $(STAGING_DIR)/usr/,$(LM_SENSORS_BINS_) $(LM_SENSORS_BINS_y))
endef
define LM_SENSORS_UNINSTALL_STAGING_CMDS
$(MAKE) -C $(@D) PREFIX=/usr DESTDIR=$(STAGING_DIR) uninstall
endef
define LM_SENSORS_INSTALL_TARGET_CMDS
$(MAKE) -C $(@D) PREFIX=/usr DESTDIR=$(TARGET_DIR) install
rm -f $(addprefix $(TARGET_DIR)/usr/,$(LM_SENSORS_BINS_))
endef
define LM_SENSORS_UNINSTALL_TARGET_CMDS
$(MAKE) -C $(@D) PREFIX=/usr DESTDIR=$(TARGET_DIR) uninstall
endef
define LM_SENSORS_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

View File

@ -25,10 +25,6 @@ define LOCKFILE_PROGS_INSTALL_TARGET_CMDS
done
endef
define LOCKFILE_PROGS_UNINSTALL_TARGET_CMDS
rm -f $(addprefix $(TARGET_DIR)/usr/bin/,$(LOCKFILE_BINS))
endef
define LOCKFILE_PROGS_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

View File

@ -23,14 +23,6 @@ define LOGROTATE_INSTALL_TARGET_CMDS
$(INSTALL) -d -m 0755 $(TARGET_DIR)/etc/logrotate.d
endef
define LOGROTATE_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/sbin/logrotate
rm -f $(TARGET_DIR)/etc/logrotate.conf
rm -f $(TARGET_DIR)/usr/man/man5/logrotate.conf.5
rm -f $(TARGET_DIR)/usr/man/man8/logrotate.8
rmdir --ignore-fail-on-non-empty $(TARGET_DIR)/etc/logrotate.d
endef
define LOGROTATE_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

View File

@ -62,10 +62,6 @@ define LSOF_INSTALL_TARGET_CMDS
install -D -m 755 $(@D)/lsof $(TARGET_DIR)/bin/lsof
endef
define LSOF_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/bin/lsof
endef
define LSOF_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

View File

@ -18,10 +18,6 @@ define LUA_MSGPACK_NATIVE_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -D $(@D)/msgpack.so $(TARGET_DIR)/usr/lib/lua/msgpack.so
endef
define LUA_MSGPACK_NATIVE_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/lib/lua/msgpack.so
endef
define LUA_MSGPACK_NATIVE_CLEAN_CMDS
rm -f $(@D)/msgpack.so
endef

View File

@ -99,24 +99,6 @@ LUA_INSTALLED_FILES = \
/usr/lib/liblua.a \
/usr/lib/liblua.so*
define LUA_UNINSTALL_STAGING_CMDS
for i in $(LUA_INSTALLED_FILES); do \
rm -f $(STAGING_DIR)$$i; \
done
endef
define LUA_UNINSTALL_TARGET_CMDS
for i in $(LUA_INSTALLED_FILES); do \
rm -f $(TARGET_DIR)$$i; \
done
endef
define HOST_LUA_UNINSTALL_TARGET_CMDS
for i in $(LUA_INSTALLED_FILES); do \
rm -f $(HOST_DIR)$$i; \
done
endef
define LUA_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

View File

@ -28,8 +28,4 @@ define LUACJSON_CLEAN_CMDS
$(MAKE) -C $(@D) clean
endef
define LUACJSON_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/lib/lua/cjson.so
endef
$(eval $(generic-package))

View File

@ -27,11 +27,6 @@ define LUAEXPAT_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0644 $(@D)/src/lxp/lom.lua $(TARGET_DIR)/usr/share/lua/lxp/lom.lua
endef
define LUAEXPAT_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/lib/lua/lxp.so
rm -f $(TARGET_DIR)/usr/share/lua/lxp/lom.lua
endef
define LUAEXPAT_CLEAN_CMDS
$(MAKE) -C $(@D) $(LUAEXPAT_MFLAGS) clean
endef

View File

@ -14,8 +14,4 @@ define LUAEXPATUTILS_INSTALL_TARGET_CMDS
$(TARGET_DIR)/usr/share/lua/lxp/doc.lua
endef
define LUAEXPATUTILS_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/share/lua/lxp/doc.lua
endef
$(eval $(generic-package))

View File

@ -21,10 +21,6 @@ define LUAFILESYSTEM_INSTALL_TARGET_CMDS
$(INSTALL) -D $(@D)/src/lfs.so $(TARGET_DIR)/usr/lib/lua/lfs.so
endef
define LUAFILESYSTEM_UNINSTALL_TARGET_CMDS
rm -f "$(TARGET_DIR)/usr/lib/lua/lfs.so"
endef
define LUAFILESYSTEM_CLEAN_CMDS
$(MAKE) -C $(@D) clean
endef

View File

@ -55,14 +55,6 @@ define LUAJIT_INSTALL_TARGET_CMDS
$(MAKE) PREFIX="/usr" DESTDIR="$(TARGET_DIR)" -C $(@D) install
endef
define LUAJIT_UNINSTALL_STAGING_CMDS
$(MAKE) PREFIX="/usr" DESTDIR="$(STAGING_DIR)" -C $(@D) uninstall
endef
define LUAJIT_UNINSTALL_TARGET_CMDS
$(MAKE) PREFIX="/usr" DESTDIR="$(TARGET_DIR)" -C $(@D) uninstall
endef
define LUAJIT_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

View File

@ -24,10 +24,4 @@ define LUASEC_INSTALL_TARGET_CMDS
LUACPATH="$(TARGET_DIR)/usr/lib/lua" install
endef
define LUASEC_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/lib/lua/ssl.so
rm -rf $(TARGET_DIR)/usr/share/lua/ssl
rm -f $(TARGET_DIR)/usr/share/lua/ssl.lua
endef
$(eval $(generic-package))

View File

@ -22,15 +22,6 @@ define LUASOCKET_INSTALL_TARGET_CMDS
INSTALL_TOP_LIB="$(TARGET_DIR)/usr/lib/lua" install
endef
define LUASOCKET_UNINSTALL_TARGET_CMDS
rm -rf "$(TARGET_DIR)/usr/lib/lua/mime"
rm -rf "$(TARGET_DIR)/usr/lib/lua/socket"
rm -rf "$(TARGET_DIR)/usr/share/lua/socket"
rm -f "$(TARGET_DIR)/usr/share/lua/socket.lua"
rm -f "$(TARGET_DIR)/usr/share/lua/mime.lua"
rm -f "$(TARGET_DIR)/usr/share/lua/ltn12.lua"
endef
define LUASOCKET_CLEAN_CMDS
$(MAKE) -C $(@D) -f makefile clean
endef

View File

@ -32,8 +32,4 @@ define LUASQL_INSTALL_TARGET_CMDS
LUA_LIBDIR="$(TARGET_DIR)/usr/lib/lua" install
endef
define LUASQL_UNINSTALL_TARGET_CMDS
rm -rf $(TARGET_DIR)/usr/lib/lua/luasql
endef
$(eval $(generic-package))

View File

@ -50,14 +50,4 @@ else
LVM2_CONF_OPT += --disable-applib
endif
define LVM2_UNINSTALL_STAGING_CMDS
rm -f $(addprefix $(STAGING_DIR)/usr/sbin/,$(LVM2_BINS))
rm -f $(addprefix $(STAGING_DIR)/usr/lib/,libdevmapper.so*)
endef
define LVM2_UNINSTALL_TARGET_CMDS
rm -f $(addprefix $(TARGET_DIR)/usr/sbin/,$(LVM2_BINS))
rm -f $(addprefix $(TARGET_DIR)/usr/lib/,libdevmapper.so*)
endef
$(eval $(autotools-package))

View File

@ -17,11 +17,6 @@ define MAKEDEVS_INSTALL_TARGET_CMDS
install -D -m 755 $(@D)/makedevs $(TARGET_DIR)/usr/sbin/makedevs
endef
define MAKEDEVS_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/sbin/makedevs
endef
define HOST_MAKEDEVS_BUILD_CMDS
$(HOSTCC) $(HOST_CFLAGS) $(HOST_LDFLAGS) \
package/makedevs/makedevs.c -o $(@D)/makedevs

View File

@ -16,9 +16,6 @@ MDADM_MAKE_OPT = \
MDADM_INSTALL_TARGET_OPT = \
DESTDIR=$(TARGET_DIR)/usr -C $(MDADM_DIR) install-mdadm
MDADM_UNINSTALL_TARGET_OPT = \
DESTDIR=$(TARGET_DIR)/usr -C $(MDADM_DIR) uninstall
define MDADM_CONFIGURE_CMDS
# Do nothing
endef

View File

@ -19,9 +19,4 @@ define MEMSTAT_INSTALL_TARGET_CMDS
$(INSTALL) -D $(@D)/memstat $(TARGET_DIR)/usr/bin/memstat
endef
define MEMSTAT_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/etc/memstat.conf
rm -f $(TARGET_DIR)/usr/bin/memstat
endef
$(eval $(generic-package))

View File

@ -20,10 +20,6 @@ define MEMTESTER_INSTALL_TARGET_CMDS
$(MAKE) $(MEMTESTER_TARGET_INSTALL_OPTS) -C $(@D) install
endef
define MEMTESTER_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/memtester
endef
define MEMTESTER_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

View File

@ -29,10 +29,6 @@ define MII_DIAG_INSTALL_TARGET_CMDS
$(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) install-mii-diag
endef
define MII_DIAG_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/sbin/mii-diag
endef
define MII_DIAG_CLEAN_CMDS
$(MAKE) -C $(@D) clean
endef

View File

@ -53,10 +53,6 @@ define MINIDLNA_INSTALL_TARGET_CMDS
-C $(@D) DESTDIR=$(TARGET_DIR) install
endef
define MINIDLNA_UNINSTALL_TARGET_CMDS
$(RM) $(TARGET_DIR)/usr/sbin/minidlna
endef
define MINIDLNA_CLEAN_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) clean
endef

View File

@ -20,10 +20,4 @@ define MONGREL2_INSTALL_TARGET_CMDS
PREFIX=/usr DESTDIR=$(TARGET_DIR) install
endef
define MONGREL2_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/mongrel2
rm -f $(TARGET_DIR)/usr/bin/m2sh
rm -f $(TARGET_DIR)/usr/bin/procer
endef
$(eval $(generic-package))

View File

@ -167,10 +167,6 @@ define MPLAYER_INSTALL_TARGET_CMDS
$(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) install
endef
define MPLAYER_UNINSTALL_TARGET_CMDS
$(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) uninstall
endef
define MPLAYER_CLEAN_CMDS
$(MAKE) -C $(@D) clean
endef

View File

@ -17,10 +17,6 @@ define MROUTED_INSTALL_TARGET_CMDS
$(MAKE) prefix=/usr DESTDIR=$(TARGET_DIR) -C $(@D) install
endef
define MROUTED_UNINSTALL_TARGET_CMDS
$(MAKE) prefix=/usr DESTDIR=$(TARGET_DIR) -C $(@D) uninstall
endef
define MROUTED_CLEAN_CMDS
$(MAKE) -C $(@D) clean
endef

View File

@ -12,7 +12,5 @@ MXML_INSTALL_STAGING = YES
MXML_INSTALL_STAGING_OPT = DSTROOT=$(STAGING_DIR) install
MXML_INSTALL_TARGET_OPT = DSTROOT=$(TARGET_DIR) install
MXML_UNINSTALL_STAGING_OPT = DSTROOT=$(STAGING_DIR) uninstall
MXML_UNINSTALL_TARGET_OPT = DSTROOT=$(TARGET_DIR) uninstall
$(eval $(autotools-package))

View File

@ -27,8 +27,4 @@ define NANO_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 $(@D)/src/nano $(TARGET_DIR)/usr/bin/nano
endef
define NANO_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/nano
endef
$(eval $(autotools-package))

View File

@ -23,8 +23,4 @@ define NANOCOM_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/nanocom $(TARGET_DIR)/usr/bin/nanocom
endef
define NANOCOM_UNINSTALL_TARGET_CMDS
$(RM) $(TARGET_DIR)/usr/bin/nanocom
endef
$(eval $(generic-package))

Some files were not shown because too many files have changed in this diff Show More