OSDN Git Service

* Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Jan 2003 08:00:41 +0000 (08:00 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Jan 2003 08:00:41 +0000 (08:00 +0000)
commit36f959050ccee30c8856a1cc3c149dc127873b08
tree9503bacb1a1c02eac18becc8060a8260c3c91907
parent9df2aa6210a571e6451baa4cad4d7cb532374026
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61076 138bc75d-0d04-0410-961f-82ee72b054a4
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