1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 14:03:10 +02:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34451 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-12-02 15:26:28 +00:00
parent a76de89b3e
commit 6eab910f3b

View File

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