mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 04:29:42 +02:00
* check if git executable really exists
This commit is contained in:
parent
848bd3e0c0
commit
b4f939a4ab
@ -461,7 +461,9 @@ ifdef SOURCE_DATE_EPOCH
|
||||
else
|
||||
GIT_DIR = $(wildcard ../.git)
|
||||
ifneq ($(GIT_DIR),)
|
||||
COMPDATESTR:=$(shell $(GIT) log -1 --pretty=%cd --date=format:'%Y/%m/%d')
|
||||
ifneq ($(GIT),)
|
||||
COMPDATESTR:=$(shell $(GIT) log -1 --pretty=%cd --date=format:'%Y/%m/%d')
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
ifdef COMPDATESTR
|
||||
|
@ -182,7 +182,9 @@ else
|
||||
GIT_DIR = $(wildcard ../.git)
|
||||
ifneq ($(GIT_DIR),)
|
||||
# ... then take date from head
|
||||
COMPDATESTR:=$(shell $(GIT) log -1 --pretty=%cd --date=format:'%Y/%m/%d')
|
||||
ifneq ($(GIT),)
|
||||
COMPDATESTR:=$(shell $(GIT) log -1 --pretty=%cd --date=format:'%Y/%m/%d')
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user