[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
This commit is contained in:
Benoît Minisini 2016-11-30 11:16:28 +00:00
parent 03fb86d7c3
commit 3a954eec2c
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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"