Explorar o código

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

SVN-Revision: 34451
Felix Fietkau %!s(int64=13) %!d(string=hai) anos
pai
achega
c233a088f0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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