mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 00:31:29 +01: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 | override LOCALOPT+=-dREVINC | ||||||
| ifeq ($(REVSTR),) | ifeq ($(REVSTR),) | ||||||
| ifneq ($(SVNVERSION),) | ifneq ($(SVNVERSION),) | ||||||
| REVSTR:=$(shell $(SVNVERSION) -c .) | REVSTR:=$(subst r,,$(subst r1:,,r$(shell $(SVNVERSION) -c .))) | ||||||
| export REVSTR | export REVSTR | ||||||
| else | else | ||||||
| ifeq ($(REVINC),force) | ifeq ($(REVINC),force) | ||||||
|  | |||||||
| @ -225,7 +225,7 @@ override LOCALOPT+=-dREVINC | |||||||
| # svnversion executable is available
 | # svnversion executable is available
 | ||||||
| ifeq ($(REVSTR),) | ifeq ($(REVSTR),) | ||||||
| ifneq ($(SVNVERSION),) | ifneq ($(SVNVERSION),) | ||||||
| REVSTR:=$(shell $(SVNVERSION) -c .) | REVSTR:=$(subst r,,$(subst r1:,,r$(shell $(SVNVERSION) -c .))) | ||||||
| export REVSTR | export REVSTR | ||||||
| else | else | ||||||
| ifeq ($(REVINC),force) | ifeq ($(REVINC),force) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Tomas Hajny
						Tomas Hajny