mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 13:29:19 +02:00
* 1.0 uses also the new fpcmake
This commit is contained in:
parent
6db9db184b
commit
8c521811f7
@ -820,11 +820,7 @@ ifneq ($(wildcard fpcmake.loc),)
|
|||||||
include fpcmake.loc
|
include fpcmake.loc
|
||||||
endif
|
endif
|
||||||
.PHONY: rtl fcl clean
|
.PHONY: rtl fcl clean
|
||||||
ifneq ($(findstring 1.0.,$(FPC_VERSION)),)
|
|
||||||
INSTALLOPT=UNITINSTALLDIR=$(BASEDIR)
|
|
||||||
else
|
|
||||||
INSTALLOPT=INSTALL_UNITDIR=$(BASEDIR)
|
INSTALLOPT=INSTALL_UNITDIR=$(BASEDIR)
|
||||||
endif
|
|
||||||
rtl:
|
rtl:
|
||||||
$(MAKE) -C ../../rtl all
|
$(MAKE) -C ../../rtl all
|
||||||
$(MAKE) -C ../../rtl install $(INSTALLOPT)
|
$(MAKE) -C ../../rtl install $(INSTALLOPT)
|
||||||
|
@ -16,11 +16,7 @@ fpcdir=../..
|
|||||||
[rules]
|
[rules]
|
||||||
.PHONY: rtl fcl clean
|
.PHONY: rtl fcl clean
|
||||||
|
|
||||||
ifneq ($(findstring 1.0.,$(FPC_VERSION)),)
|
|
||||||
INSTALLOPT=UNITINSTALLDIR=$(BASEDIR)
|
|
||||||
else
|
|
||||||
INSTALLOPT=INSTALL_UNITDIR=$(BASEDIR)
|
INSTALLOPT=INSTALL_UNITDIR=$(BASEDIR)
|
||||||
endif
|
|
||||||
|
|
||||||
rtl:
|
rtl:
|
||||||
$(MAKE) -C ../../rtl all
|
$(MAKE) -C ../../rtl all
|
||||||
|
Loading…
Reference in New Issue
Block a user