summaryrefslogtreecommitdiff
path: root/openwrt/package/sed/sed.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-02-19 13:00:30 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-02-19 13:00:30 +0000
commitaad0c0841c56f866c73aa819d2af7b5596604fd9 (patch)
tree5ff9396a098d631bae3a7d7c70bd4d9fa294a8af /openwrt/package/sed/sed.mk
parent2572b0e67f54ccc9b50a9751ce80deb491344fd5 (diff)
downloadmtk-20170518-aad0c0841c56f866c73aa819d2af7b5596604fd9.zip
mtk-20170518-aad0c0841c56f866c73aa819d2af7b5596604fd9.tar.gz
mtk-20170518-aad0c0841c56f866c73aa819d2af7b5596604fd9.tar.bz2
demistifying make *clean targets, fix some clean targets issues
SVN-Revision: 272
Diffstat (limited to 'openwrt/package/sed/sed.mk')
-rw-r--r--openwrt/package/sed/sed.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/openwrt/package/sed/sed.mk b/openwrt/package/sed/sed.mk
index 6377689..8de0ea6 100644
--- a/openwrt/package/sed/sed.mk
+++ b/openwrt/package/sed/sed.mk
@@ -69,7 +69,6 @@ use-sed-host-binary:
host-sed: $(HOST_SED_TARGET)
host-sed-clean:
- $(MAKE) DESTDIR=$(STAGING_DIR) -C $(SED_DIR1) uninstall
-$(MAKE) -C $(SED_DIR1) clean
host-sed-dirclean:
@@ -127,7 +126,6 @@ sed-target_binary: $(SED_DIR2)/$(SED_BINARY)
sed: uclibc sed-target_binary
sed-clean:
- $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(SED_DIR2) uninstall
-$(MAKE) -C $(SED_DIR2) clean
sed-dirclean: