From: Ulf Samuelsson Date: Sun, 11 May 2008 06:55:04 +0000 (-0000) Subject: Use local time (Thanks Mike) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8ee124036219e12290347bc5c2a1c30ab10ae03;p=buildroot.git Use local time (Thanks Mike) --- diff --git a/Makefile b/Makefile index d4340d5385..95f1a0fd2a 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ TOPDIR=./ CONFIG_CONFIG_IN=Config.in CONFIG_DEFCONFIG=.defconfig CONFIG=package/config -DATE:=$(shell date -u +%Y%m%d) +DATE:=$(shell date +%Y%m%d) noconfig_targets:=menuconfig config oldconfig randconfig \ defconfig allyesconfig allnoconfig release tags \