mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 13:39:26 +02:00
* avoid mixed revision information 1:realrevision in revision.inc for fpcbuild checkout
git-svn-id: trunk@29673 -
This commit is contained in:
parent
a02344e978
commit
01441be35c
@ -477,7 +477,7 @@ ifneq ($(REVINC),)
|
||||
override LOCALOPT+=-dREVINC
|
||||
ifeq ($(REVSTR),)
|
||||
ifneq ($(SVNVERSION),)
|
||||
REVSTR:=$(shell $(SVNVERSION) -c .)
|
||||
REVSTR:=$(subst r,,$(subst r1:,,r$(shell $(SVNVERSION) -c .)))
|
||||
export REVSTR
|
||||
else
|
||||
ifeq ($(REVINC),force)
|
||||
|
@ -225,7 +225,7 @@ override LOCALOPT+=-dREVINC
|
||||
# svnversion executable is available
|
||||
ifeq ($(REVSTR),)
|
||||
ifneq ($(SVNVERSION),)
|
||||
REVSTR:=$(shell $(SVNVERSION) -c .)
|
||||
REVSTR:=$(subst r,,$(subst r1:,,r$(shell $(SVNVERSION) -c .)))
|
||||
export REVSTR
|
||||
else
|
||||
ifeq ($(REVINC),force)
|
||||
|
Loading…
Reference in New Issue
Block a user