mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 07:49:32 +01:00
* install now doesn't install symlink anymore
* symlink is installed by installsym
This commit is contained in:
parent
0e0c0cf0e5
commit
14170d7d11
@ -277,6 +277,8 @@ cvstest:
|
||||
# Installation
|
||||
#####################################################################
|
||||
|
||||
.PHONY: quickinstall install installsym
|
||||
|
||||
MSGINSTALLDIR=$(BASEINSTALLDIR)/msg
|
||||
|
||||
# This will only install the ppc386.exe, not the message files etc.
|
||||
@ -292,7 +294,7 @@ endif
|
||||
$(INSTALLEXE) $(EXENAME) $(BININSTALLDIR)
|
||||
endif
|
||||
|
||||
installlib: quickinstall
|
||||
install: quickinstall
|
||||
ifdef inlinux
|
||||
$(INSTALLEXE) $(COMPILERUTILSDIR)/samplecfg $(BASEINSTALLDIR)/samplecfg
|
||||
endif
|
||||
@ -300,7 +302,7 @@ endif
|
||||
$(INSTALL) $(MSGFILES) $(MSGINSTALLDIR)
|
||||
|
||||
# this also installs the link /usr/bin/ppc386. The .deb does that later
|
||||
install: installlib
|
||||
installsymlink: install
|
||||
ifdef inlinux
|
||||
$(MKDIR) $(BININSTALLDIR)
|
||||
ln -sf $(BASEINSTALLDIR)/ppc386 $(BININSTALLDIR)/ppc386
|
||||
|
||||
Loading…
Reference in New Issue
Block a user