From 21c5ecac9f1ec9edfe02f365e3e12e477395f8c2 Mon Sep 17 00:00:00 2001
From: winckel <winckel@eurecom.fr>
Date: Mon, 9 Dec 2013 15:35:27 +0000
Subject: [PATCH] Added DATE_REV in common makefile rules.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4650 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 targets/Makerules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/targets/Makerules b/targets/Makerules
index 0001bb78c69..3a6849014ff 100644
--- a/targets/Makerules
+++ b/targets/Makerules
@@ -6,6 +6,7 @@ PWD     = $(shell pwd)
 OBJS_DIR := $(PWD)/objs
 
 SVN_REV = $(shell svnversion -n .)
+DATE_REV = $(shell date '+%F %T')
 
 NUM_CORES=$(shell cat /proc/cpuinfo | grep processor | wc -l)
 
-- 
GitLab