X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bdce530f1a5418cbad3b7c8abfcd5d7f2864d530..b03a57d41ea3d58235cfcc3c1eec0a1d16270628:/target/linux/imagebuilder/Makefile diff --git a/target/linux/imagebuilder/Makefile b/target/linux/imagebuilder/Makefile index 4afb4d45a..2c1ab1712 100644 --- a/target/linux/imagebuilder/Makefile +++ b/target/linux/imagebuilder/Makefile @@ -1,3 +1,9 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# default: clean all TOPDIR:=${shell pwd} @@ -21,12 +27,12 @@ endef include ./kernel.mk -clean: +clean: FORCE @rm -rf $(LINUX_BUILD_DIR)/root* @rm -rf $(BIN_DIR) all: -build: +build: FORCE echo echo '### BUILDING IMAGE FROM lists/$(LIST).$(BOARD)-$(KERNEL)' echo