]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
authorAndreas Jaeger <aj@gcc.gnu.org>
Thu, 9 Jan 2003 08:00:41 +0000 (09:00 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Thu, 9 Jan 2003 08:00:41 +0000 (09:00 +0100)
commit90961eff1b6bd2dd3bee8a6e90e41f03e769b5dc
tree9503bacb1a1c02eac18becc8060a8260c3c91907
parent8b26829f59398c76364c6c6275cabbda4aee5b0a
Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.

* Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
(install-gcc-tooldir, install-cpp, installdirs,
install-common, install-driver, install-info, install-man,
install-headers, install-include-dir, install-headers-tar,
install-headers-cpio, install-headers-cp, install-mkheaders,
install-collect2, uninstall): Prepend $(DESTDIR) to
destination paths in all (un)installation commands.
(install-driver): Rewrite $(LN) commands to support DESTDIR
with "ln" as well as with "ln -s".
(installdirs): Simply use mkinstalldirs.
(install-libgcc, install-multilib): Also pass DESTDIR.
* mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
installation destination variable ldir.
* config/alpha/t-osf4, config/arm/t-netbsd,
config/ia64/t-hpux, config/mips/t-iris5-6,
config/pa/t-hpux-shlib, config/rs6000/t-aix43,
config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
in the definition of SHLIB_INSTALL.
* config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
$(libsubdir) in the installation commands.

From-SVN: r61076
13 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/config/alpha/t-osf4
gcc/config/arc/t-arc
gcc/config/arm/t-netbsd
gcc/config/ia64/t-hpux
gcc/config/mips/t-iris5-6
gcc/config/pa/t-hpux-shlib
gcc/config/rs6000/t-aix43
gcc/config/rs6000/t-aix52
gcc/config/t-slibgcc-elf-ver
gcc/config/t-slibgcc-sld
gcc/mklibgcc.in