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-a3cf2f4a3e73master
parent
1c7f02bbb9
commit
7a620c3b96
1
Makefile
1
Makefile
|
@ -54,7 +54,6 @@ printdb:
|
||||||
prepare: $(target/stamp-compile)
|
prepare: $(target/stamp-compile)
|
||||||
|
|
||||||
clean: FORCE
|
clean: FORCE
|
||||||
$(_SINGLE)$(SUBMAKE) target/linux/clean
|
|
||||||
rm -rf $(BUILD_DIR) $(BIN_DIR) $(BUILD_LOG_DIR)
|
rm -rf $(BUILD_DIR) $(BIN_DIR) $(BUILD_LOG_DIR)
|
||||||
|
|
||||||
dirclean: clean
|
dirclean: clean
|
||||||
|
|
Loading…
Reference in New Issue