From 122425ad1e5ec5031fa6c2a661290b7a453d90d5 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Thu, 25 Feb 2010 13:37:18 +0100 Subject: [PATCH] Features are not active when building COMMIT-ID --- src/bare.lsp.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bare.lsp.in b/src/bare.lsp.in index a9e0214dc..dba486542 100644 --- a/src/bare.lsp.in +++ b/src/bare.lsp.in @@ -31,8 +31,8 @@ ;;; (setq si::+commit-id+ "UNKNOWN") -#-windows -(when (probe-file "@top_srcdir@/../.git/") +(when (and (not (member :windows *features*)) + (probe-file "@top_srcdir@/../.git/") (when (probe-file "COMMIT-ID") (delete-file "COMMIT-ID")) (when (and (zerop (si::system "(cd \"@top_srcdir@\" && git log --format=oneline -1) > COMMIT-ID"))