From: nbd Date: Sun, 14 Jan 2007 23:12:30 +0000 (+0000) Subject: remove BIN_DIR on make clean in the image builder X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=9ddafedf93e8ee47af26e49b23d63eb8a775240a;hp=f72e9c8897b99f929d1e82265d19642ca489fbd4 remove BIN_DIR on make clean in the image builder git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6101 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index d4bcdf5fa..5f999837d 100644 --- a/target/imagebuilder/files/Makefile +++ b/target/imagebuilder/files/Makefile @@ -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