X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ac9bdf20c8c0e8f419cff3061aa1e3459c6c4e1e..ca78cbf57d24817d0f08b0a3b8312d9588930d36:/target/imagebuilder/Makefile?ds=sidebyside diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile index 12e391ef9..923c1e94b 100644 --- a/target/imagebuilder/Makefile +++ b/target/imagebuilder/Makefile @@ -1,10 +1,9 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 6070 2007-01-10 21:21:59Z nbd $ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk @@ -39,6 +38,7 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: clean $(PKG_BUILD_DIR)/target/linux/*/patches \ $(PKG_BUILD_DIR)/target/linux/*/*/patches -cp $(KERNEL_BUILD_DIR)/* $(IB_KDIR)/ # don't copy subdirectories here + echo REVISION:="$(REVISION)" > $(PKG_BUILD_DIR)/include/version.mk find $(PKG_BUILD_DIR) -name .svn | $(XARGS) rm -rf find $(PKG_BUILD_DIR) -name CVS | $(XARGS) rm -rf find $(PKG_BUILD_DIR) -name .git | $(XARGS) rm -rf