1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-28 15:11:27 +02:00

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

SVN-Revision: 34451
This commit is contained in:
Felix Fietkau 2012-12-02 15:26:28 +00:00
parent 720ccbd95d
commit c233a088f0

@ -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