16 Mar
2010
16 Mar
'10
9:11 a.m.
On Tue, 16 Mar 2010 03:29:17 -0300 Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> wrote:
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/syslinux-iso/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configs/syslinux-iso/Makefile b/configs/syslinux-iso/Makefile index 8118a8d..9368d1e 100644 --- a/configs/syslinux-iso/Makefile +++ b/configs/syslinux-iso/Makefile @@ -1,4 +1,4 @@ -ver=2010.02 +ver=2010.03 kver=2.6.32-ARCH
WORKDIR=work
wouldn't it be better to set ver=$((date +'%Y-%m-%d')) or however you should write that in Makefile syntax. now that the plan is to build automatically and frequently... Dieter