* releasever removed, fpc_version will be used

This commit is contained in:
peter 1999-05-30 11:33:04 +00:00
parent d6ad81a46e
commit 89dd182fe1

View File

@ -12,14 +12,6 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# #
#####################################################################
# Force default settings
#####################################################################
# Latest release version
override RELEASEVER:=0.99.11
##################################################################### #####################################################################
# Autodetect OS (Linux or Dos or Windows NT) # Autodetect OS (Linux or Dos or Windows NT)
# define inlinux when running under linux # define inlinux when running under linux
@ -343,7 +335,7 @@ endif
# set the base directory where to install everything # set the base directory where to install everything
ifndef BASEINSTALLDIR ifndef BASEINSTALLDIR
ifdef inlinux ifdef inlinux
BASEINSTALLDIR=$(PREFIXINSTALLDIR)/lib/fpc/$(RELEASEVER) BASEINSTALLDIR=$(PREFIXINSTALLDIR)/lib/fpc/$(FPC_VERSION)
else else
BASEINSTALLDIR=$(PREFIXINSTALLDIR) BASEINSTALLDIR=$(PREFIXINSTALLDIR)
endif endif
@ -399,7 +391,7 @@ endif
# Where the doc files will be stored # Where the doc files will be stored
ifndef DOCINSTALLDIR ifndef DOCINSTALLDIR
ifdef inlinux ifdef inlinux
DOCINSTALLDIR=$(PREFIXINSTALLDIR)/doc/fpc/$(RELEASEVER) DOCINSTALLDIR=$(PREFIXINSTALLDIR)/doc/fpc/$(FPC_VERSION)
else else
DOCINSTALLDIR=$(BASEINSTALLDIR)/doc DOCINSTALLDIR=$(BASEINSTALLDIR)/doc
endif endif
@ -666,7 +658,7 @@ endif
export FPCDIR FPCMAKE export FPCDIR FPCMAKE
# Compiler info # Compiler info
export RELEASEVER FPC_VERSION OS_SOURCE OS_TARGET CPU export FPC_VERSION OS_SOURCE OS_TARGET CPU
export OPT OPTDEF PP RELEASE VERBOSE SMARTLINK LIBTYPE LIBNAME export OPT OPTDEF PP RELEASE VERBOSE SMARTLINK LIBTYPE LIBNAME
# Installation # Installation
@ -1033,7 +1025,10 @@ endif
# #
# $Log$ # $Log$
# Revision 1.27 1999-05-16 02:37:30 peter # Revision 1.28 1999-05-30 11:33:04 peter
# * releasever removed, fpc_version will be used
#
# Revision 1.27 1999/05/16 02:37:30 peter
# + fpc_showinstallfiles to show which files will be added to the system # + fpc_showinstallfiles to show which files will be added to the system
# #
# Revision 1.26 1999/05/14 22:46:21 peter # Revision 1.26 1999/05/14 22:46:21 peter