mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 03:32:45 +02:00
make install: copy directory install
git-svn-id: trunk@39109 -
This commit is contained in:
parent
93331ceaad
commit
4297f14991
4
Makefile
4
Makefile
@ -2962,8 +2962,8 @@ endif
|
||||
install:
|
||||
$(MAKE) installbase
|
||||
$(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 $(LAZARUS_INSTALL_DIR)
|
||||
$(COPYTREE) components docs doceditor examples ideintf lcl test install 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),)
|
||||
else
|
||||
|
@ -250,11 +250,11 @@ endif
|
||||
#-----------------------------------------------------------------------------
|
||||
# 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 everything except for 'debian' and 'install' to avoid recursion and other platform files
|
||||
# Copy everything except for 'debian' to avoid recursion and other platform files
|
||||
install:
|
||||
$(MAKE) installbase
|
||||
$(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) components docs doceditor examples ideintf lcl test install 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),)
|
||||
|
Loading…
Reference in New Issue
Block a user