+ FPC_VERSION (with shell $(PP) -iV)

This commit is contained in:
pierre 1999-05-04 23:20:42 +00:00
parent 1e259f687f
commit 0b186f043a

View File

@ -39,7 +39,7 @@ nopwd:
@echo Get ftp://tflily.fys.kuleuven.ac.be/pub/fpc/dist/go32v2/utilgo32.zip @echo Get ftp://tflily.fys.kuleuven.ac.be/pub/fpc/dist/go32v2/utilgo32.zip
@exit @exit
else else
inlinux=1 inlinux=1
endif endif
else else
PWD:=$(firstword $(PWD)) PWD:=$(firstword $(PWD))
@ -97,6 +97,9 @@ ifndef CPU
CPU=$(shell $(PP) -iTP) CPU=$(shell $(PP) -iTP)
endif endif
# FPC version
FPC_VERSION=$(shell $(PP) -iV)
# Options # Options
ifndef OPT ifndef OPT
OPT= OPT=
@ -648,7 +651,7 @@ endif
# Export commandline values, so nesting use the same values # Export commandline values, so nesting use the same values
##################################################################### #####################################################################
export FPCDIR FPCMAKE export FPCDIR FPCMAKE FPC_VERSION
export RELEASEVER OS_SOURCE OS_TARGET OPT OPTDEF CPU PP RELEASE VERBOSE export RELEASEVER OS_SOURCE OS_TARGET OPT OPTDEF CPU PP RELEASE VERBOSE
export SMARTLINK LIBTYPE LIBNAME export SMARTLINK LIBTYPE LIBNAME
export BASEINSTALLDIR PACKAGESUFFIX export BASEINSTALLDIR PACKAGESUFFIX
@ -892,6 +895,7 @@ fpc_cfginfo:
@$(ECHO) Source.... $(OS_SOURCE) @$(ECHO) Source.... $(OS_SOURCE)
@$(ECHO) Target.... $(OS_TARGET) @$(ECHO) Target.... $(OS_TARGET)
@$(ECHO) Basedir... $(BASEDIR) @$(ECHO) Basedir... $(BASEDIR)
@$(ECHO) Version... $(FPC_VERSION)
@$(ECHO) @$(ECHO)
fpc_dirinfo: fpc_dirinfo:
@ -990,7 +994,10 @@ endif
# #
# $Log$ # $Log$
# Revision 1.21 1999-05-03 22:38:10 peter # Revision 1.22 1999-05-04 23:20:42 pierre
# + FPC_VERSION (with shell $(PP) -iV)
#
# Revision 1.21 1999/05/03 22:38:10 peter
# * typo with -TP which should be -iTP # * typo with -TP which should be -iTP
# #
# Revision 1.20 1999/05/03 22:29:04 peter # Revision 1.20 1999/05/03 22:29:04 peter