mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 12:00:42 +02:00
make install: do not copy debian and install
git-svn-id: trunk@39108 -
This commit is contained in:
parent
2723112e17
commit
93331ceaad
@ -250,9 +250,13 @@ endif
|
|||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# Many "make" users expect 'make install' to copy the binaries to somewhere
|
# Many "make" users expect 'make install' to copy the binaries to somewhere
|
||||||
# Copy the lazarus tree to the install directory and set some links
|
# Copy the lazarus tree to the install directory and set some links
|
||||||
|
# Copy everything except for 'debian' and 'install' to avoid recursion and other platform files
|
||||||
install:
|
install:
|
||||||
$(MAKE) installbase
|
$(MAKE) installbase
|
||||||
$(COPYTREE) . $(LAZARUS_INSTALL_DIR)
|
$(COPYTREE) packager debugger designer converter ide images languages lazarus.app units $(LAZARUS_INSTALL_DIR)
|
||||||
|
$(COPYTREE) components docs doceditor examples ideintf lcl test tools $(LAZARUS_INSTALL_DIR)
|
||||||
|
$(COPYTREE) Makefile* *.txt *.bat *.sh $(LAZARUS_INSTALL_DIR)
|
||||||
|
$(COPYTREE) lazarus startlazarus lazbuild $(LAZARUS_INSTALL_DIR)
|
||||||
ifneq ($(findstring $(OS_TARGET),win32 win64),)
|
ifneq ($(findstring $(OS_TARGET),win32 win64),)
|
||||||
|
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user