Module: sems Branch: 1.5 Commit: e5f8b33182b0270269b952e9db9b43af029e1c23 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=e5f8b33182b0270269b952e9db9b43af029e1c23
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Tue Jul 3 15:23:44 2012 +0200 1.5.0 release --- Makefile.defs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile.defs b/Makefile.defs index 712d65c..85803ce 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -3,13 +3,13 @@ else makefile_defs="1" export makefile_defs -GIT := $(shell which git) +#GIT := $(shell which git) -ifneq ($(GIT),) - SCM_REV := $(shell if git --help describe |grep dirty 2>&1 >/dev/null ; \ - then git describe --always --dirty 2>/dev/null; \ - else git describe --always 2>/dev/null; fi) -endif +#ifneq ($(GIT),) +# SCM_REV := $(shell if git --help describe |grep dirty 2>&1 >/dev/null ; \ +# then git describe --always --dirty 2>/dev/null; \ +# else git describe --always 2>/dev/null; fi) +#endif #version number VERSION = 1 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
