瀏覽代碼

build: it is no longer necessary to call make target/linux/clean as part of make clean

SVN-Revision: 34451
Felix Fietkau 13 年之前
父節點
當前提交
c233a088f0
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -54,7 +54,6 @@ printdb:
 prepare: $(target/stamp-compile)
 
 clean: FORCE
-	$(_SINGLE)$(SUBMAKE) target/linux/clean
 	rm -rf $(BUILD_DIR) $(BIN_DIR) $(BUILD_LOG_DIR)
 
 dirclean: clean