ソースを参照

remove object files to save space

Waldemar Brodkorb 8 年 前
コミット
14f388db27
1 ファイル変更1 行追加0 行削除
  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