mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 12:30:04 +08:00
Makefile.in (install-headers-cp): New target.
* Makefile.in (install-headers-cp): New target. * config.gcc (alpha-dec-*vms*): Install headers with install-headers-cp From-SVN: r49229
This commit is contained in:
parent
5701d273b0
commit
ff3aaf1732
@ -1,3 +1,9 @@
|
||||
2002-01-25 Douglas B Rupp <rupp@gnat.com>
|
||||
|
||||
* Makefile.in (install-headers-cp): New target.
|
||||
* config.gcc (alpha-dec-*vms*): Install headers with
|
||||
install-headers-cp
|
||||
|
||||
Fri Jan 25 22:42:49 CET 2002 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* unroll.c (unroll_loop): Lower final_value to nonmemory operand;
|
||||
|
@ -149,7 +149,7 @@ ZLIBINC = @zlibinc@
|
||||
TARGET_GETGROUPS_T = @TARGET_GETGROUPS_T@
|
||||
|
||||
# Target to use when installing include directory. Either
|
||||
# install-headers-tar or install-headers-cpio.
|
||||
# install-headers-tar, install-headers-cpio or install-headers-cp.
|
||||
INSTALL_HEADERS_DIR = @build_install_headers_dir@
|
||||
|
||||
# Header files that are made available under the same name
|
||||
@ -2786,6 +2786,10 @@ install-headers-cpio: stmp-int-hdrs $(STMP_FIXPROTO) install-include-dir
|
||||
cd `pwd`/include ; \
|
||||
find . -print | cpio -pdum $(libsubdir)/include
|
||||
|
||||
# Install the include directory using cp.
|
||||
install-headers-cp: stmp-int-hdrs $(STMP_FIXPROTO) install-include-dir
|
||||
cp -p -r include $(libsubdir)
|
||||
|
||||
# Use this target to install the program `collect2' under the name `collect2'.
|
||||
install-collect2: collect2 installdirs
|
||||
$(INSTALL_PROGRAM) collect2$(exeext) $(libsubdir)/collect2$(exeext)
|
||||
|
@ -550,6 +550,7 @@ alpha64-dec-*vms*)
|
||||
| sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
|
||||
;;
|
||||
esac
|
||||
install_headers_dir=install-headers-cp
|
||||
prefix=/gnu
|
||||
local_prefix=/gnu
|
||||
;;
|
||||
@ -567,6 +568,7 @@ alpha*-dec-*vms*)
|
||||
| sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
|
||||
;;
|
||||
esac
|
||||
install_headers_dir=install-headers-cp
|
||||
prefix=/gnu
|
||||
local_prefix=/gnu
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user