summaryrefslogtreecommitdiffstats
path: root/make/sed.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-17 08:51:21 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-17 08:51:21 +0000
commit5dbea59f53c0379168dd60782700be4422dbe0b6 (patch)
treebe4b4835758dc601a08a6354ba374d5083a13b37 /make/sed.mk
parenta413a043f777611cf15419a4408ee60f0404b1a3 (diff)
downloadbuildroot-novena-5dbea59f53c0379168dd60782700be4422dbe0b6.tar.gz
buildroot-novena-5dbea59f53c0379168dd60782700be4422dbe0b6.zip
more minor installation cleanups
Diffstat (limited to 'make/sed.mk')
-rw-r--r--make/sed.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/sed.mk b/make/sed.mk
index a6af02e4a..6b1691552 100644
--- a/make/sed.mk
+++ b/make/sed.mk
@@ -44,7 +44,8 @@ $(SED_DIR)/$(SED_BINARY): $(SED_DIR)/.configured
$(TARGET_DIR)/$(SED_TARGET_BINARY): $(SED_DIR)/$(SED_BINARY)
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC1) -C $(SED_DIR) install
mv $(TARGET_DIR)/usr/bin/sed $(TARGET_DIR)/bin/
- rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/junk
+ rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \
+ $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
sed: uclibc $(TARGET_DIR)/$(SED_TARGET_BINARY)