From 3a954eec2c1bb7bf917b23a87111fda40d2fec40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Wed, 30 Nov 2016 11:16:28 +0000 Subject: [PATCH] [CONFIGURATION] * BUG: Correctly detect update of svn database for generating trunk version file. git-svn-id: svn://localhost/gambas/trunk@8005 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- main/Makefile.am | 2 +- main/lib/db/gb.db/.settings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/Makefile.am b/main/Makefile.am index 8aa5f3569..a946f4283 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -7,7 +7,7 @@ CLEANFILES = trunk_version.h .PHONY: trunk_version.h trunk_version.h: @if test -d ../.svn ; then \ - if test ../.svn -nt trunk_version.h ; then \ + if test ../.svn/wc.db -nt trunk_version.h ; then \ echo '#define TRUNK_VERSION "'`LC_ALL=C svn info 2>/dev/null | grep Revision | egrep -wo [0-9]+`'"' > trunk_version.h; \ fi \ else \ diff --git a/main/lib/db/gb.db/.settings b/main/lib/db/gb.db/.settings index 8f1ff5d76..995bac251 100644 --- a/main/lib/db/gb.db/.settings +++ b/main/lib/db/gb.db/.settings @@ -19,7 +19,7 @@ SearchString=True [OpenFile] File[1]=".src/Main.module:0.16" -Active=3 +Active=2 File[2]=".src/Connections.class:41.180" Count=4 File[3]=".src/Connection.class:21.25"