!549 去除冗余strip操作

Merge pull request !549 from MGY917/cherry-pick-1629079265
This commit is contained in:
openharmony_ci 2021-08-16 07:23:09 +00:00 committed by Gitee
commit 301a06be89
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ endif
LDFLAGS="$(LDFLAGS)" STRIP="$(STRIP)" \
make -C $(BUILD_DIR) toybox -j> $(BUILD_LOG) 2>&1
$(HIDE)$(CP) $(BUILD_DIR)/$(TOYBOX) .
$(HIDE)$(STRIP) $(TOYBOX)
$(HIDE)mkdir -p $(APPS_OUT)
$(HIDE)$(CP) $(TOYBOX) $(APPS_OUT)
$(HIDE)$(RM) $(BUILD_DIR) $(BUILD_LOG)