mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-19 22:50:51 +02:00
Add missing closing brace for error function
git-svn-id: trunk@28897 -
This commit is contained in:
parent
0c063005dd
commit
678090c48b
2
Makefile
2
Makefile
@ -2770,7 +2770,7 @@ ifndef CROSSCOMPILE
|
|||||||
ifneq ($(FPC_VERSION),$(REQUIREDVERSION))
|
ifneq ($(FPC_VERSION),$(REQUIREDVERSION))
|
||||||
ifneq ($(FPC_VERSION),$(REQUIREDVERSION2))
|
ifneq ($(FPC_VERSION),$(REQUIREDVERSION2))
|
||||||
ifndef OVERRIDEVERSIONCHECK
|
ifndef OVERRIDEVERSIONCHECK
|
||||||
$(error The only supported starting compiler version is $(REQUIREDVERSION). You are trying to build with $(FPC_VERSION).
|
$(error The only supported starting compiler version is $(REQUIREDVERSION). You are trying to build with $(FPC_VERSION).)
|
||||||
else
|
else
|
||||||
@$(ECHO) You have overriden the starting compiler versioncheck while using starting compiler version $(FPC_VERSION). This situation is not supported and strange things and errors may happen. Remove OVERRIDEVERSIONCHECK=1 to fix this.
|
@$(ECHO) You have overriden the starting compiler versioncheck while using starting compiler version $(FPC_VERSION). This situation is not supported and strange things and errors may happen. Remove OVERRIDEVERSIONCHECK=1 to fix this.
|
||||||
endif
|
endif
|
||||||
|
@ -268,7 +268,7 @@ ifndef CROSSCOMPILE
|
|||||||
ifneq ($(FPC_VERSION),$(REQUIREDVERSION))
|
ifneq ($(FPC_VERSION),$(REQUIREDVERSION))
|
||||||
ifneq ($(FPC_VERSION),$(REQUIREDVERSION2))
|
ifneq ($(FPC_VERSION),$(REQUIREDVERSION2))
|
||||||
ifndef OVERRIDEVERSIONCHECK
|
ifndef OVERRIDEVERSIONCHECK
|
||||||
$(error The only supported starting compiler version is $(REQUIREDVERSION). You are trying to build with $(FPC_VERSION).
|
$(error The only supported starting compiler version is $(REQUIREDVERSION). You are trying to build with $(FPC_VERSION).)
|
||||||
else
|
else
|
||||||
@$(ECHO) You have overriden the starting compiler versioncheck while using starting compiler version $(FPC_VERSION). This situation is not supported and strange things and errors may happen. Remove OVERRIDEVERSIONCHECK=1 to fix this.
|
@$(ECHO) You have overriden the starting compiler versioncheck while using starting compiler version $(FPC_VERSION). This situation is not supported and strange things and errors may happen. Remove OVERRIDEVERSIONCHECK=1 to fix this.
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user