Browse Source

remove object files to save space

Waldemar Brodkorb 8 years ago
parent
commit
14f388db27
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/mksh/Makefile

+ 1 - 0
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