mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 00:09:30 -05:00
remove BIN_DIR on make clean in the image builder
SVN-Revision: 6101
This commit is contained in:
@@ -140,7 +140,7 @@ build_image: FORCE
|
||||
$(NO_TRACE_MAKE) -C target/linux/$(BOARD)-$(KERNEL)/image install IB=1
|
||||
|
||||
clean:
|
||||
rm -rf tmp $(TARGET_DIR)
|
||||
rm -rf tmp $(TARGET_DIR) $(BIN_DIR)
|
||||
|
||||
.PHONY: FORCE
|
||||
.SILENT: help info image
|
||||
|
||||
Reference in New Issue
Block a user