summaryrefslogtreecommitdiff
path: root/package/mksh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-12 20:26:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-04-12 20:26:36 +0200
commit14f388db273021223a109012b16ac00fd3fc4382 (patch)
tree6d69d5cea0deaac38f8373243dd53b105a23c646 /package/mksh
parent3d7c0d22c0863016f8e8e5a91e35e0070c8d276a (diff)
remove object files to save space
Diffstat (limited to 'package/mksh')
-rw-r--r--package/mksh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mksh/Makefile b/package/mksh/Makefile
index d46154e12..f928db56f 100644
--- a/package/mksh/Makefile
+++ b/package/mksh/Makefile
@@ -57,6 +57,7 @@ mksh-install:
mksh-test-install:
$(INSTALL_DIR) $(IDIR_MKSH_TEST)/opt/mksh
$(CP) $(WRKBUILD)/* $(IDIR_MKSH_TEST)/opt/mksh
+ find $(IDIR_MKSH_TEST)/opt/mksh -name \*.o -delete
$(INSTALL_BIN) ./files/test.sh $(IDIR_MKSH_TEST)/opt/mksh
include $(ADK_TOPDIR)/mk/host-bottom.mk