summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson2007-07-11 17:01:42 +0200
committerUlf Samuelsson2007-07-11 17:01:42 +0200
commit7def55591de471e6fa2e7921dfdf71c84a308cae (patch)
tree24f0802da2e9e2baa6a4e804b9ba7cd33e13cc7c /Makefile
parentConfigure linux within target/linux/Config.in instead of within target/device... (diff)
downloadbuildroot-7def55591de471e6fa2e7921dfdf71c84a308cae.tar.gz
buildroot-7def55591de471e6fa2e7921dfdf71c84a308cae.tar.xz
buildroot-7def55591de471e6fa2e7921dfdf71c84a308cae.zip
Define date of build as DATE, use in mtd/mtd.mk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3563e5ae4..d2c4b7183 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ TOPDIR=./
CONFIG_CONFIG_IN = Config.in
CONFIG_DEFCONFIG = .defconfig
CONFIG = package/config
+DATE:=$(shell date -u +%Y%m%d)
noconfig_targets := menuconfig config oldconfig randconfig \
defconfig allyesconfig allnoconfig release tags \