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/libroxml | |
| 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/libroxml')
| -rw-r--r-- | package/libroxml/libroxml.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk index d602513717..fadbdd623e 100644 --- a/package/libroxml/libroxml.mk +++ b/package/libroxml/libroxml.mk @@ -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 |

