• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Mirror only - Please move to https://github.com/immortalwrt/immortalwrt


Commit MetaInfo

修订版7154f0bff1d5b34d17af96af73d5a58afe22d01a (tree)
时间2022-09-09 12:18:22
作者Tianling Shen <cnsztl@immo...>
CommiterTianling Shen

Log Message

build: remove redudant code

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

更改概述

差异

--- a/Makefile
+++ b/Makefile
@@ -50,16 +50,13 @@ printdb:
5050
5151 prepare: $(target/stamp-compile)
5252
53-_clean: FORCE
53+clean: FORCE
5454 rm -rf $(BUILD_DIR) $(STAGING_DIR) $(BIN_DIR) $(OUTPUT_DIR)/packages/$(ARCH_PACKAGES) $(BUILD_LOG_DIR) $(TOPDIR)/staging_dir/packages
5555
56-clean: _clean
57- rm -rf $(BUILD_LOG_DIR)
58-
59-targetclean: _clean
56+targetclean: clean
6057 rm -rf $(TOOLCHAIN_DIR) $(BUILD_DIR_BASE)/hostpkg $(BUILD_DIR_TOOLCHAIN)
6158
62-dirclean: targetclean clean
59+dirclean: targetclean
6360 rm -rf $(STAGING_DIR_HOST) $(STAGING_DIR_HOSTPKG) $(BUILD_DIR_BASE)/host
6461 rm -rf $(TMP_DIR)
6562 $(MAKE) -C $(TOPDIR)/scripts/config clean