diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-11-20 19:37:58 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-11-20 19:37:58 +0000 |
commit | 9b980aa1edeb440c40b001070e82a5461ac15d18 (patch) | |
tree | cb41aeb703cf4a5dd44d129a88792146064f1111 /etc/ChangeLog | |
parent | 5c08b7d40e284da08c08afaef5efd4d50a36cb89 (diff) | |
download | gdb-9b980aa1edeb440c40b001070e82a5461ac15d18.zip gdb-9b980aa1edeb440c40b001070e82a5461ac15d18.tar.gz gdb-9b980aa1edeb440c40b001070e82a5461ac15d18.tar.bz2 |
PR other/46202: implement install-strip.
/:
PR other/46202
* configure.ac: Fix just-built in-tree STRIP name to be
binutils/strip-new.
* configure: Regenerate.
* Makefile.def (install-strip-gcc, install-strip-binutils)
(install-strip-opcodes, install-strip-ld, install-strip-itcl)
(install-strip-sid): Mirror dependencies on non-strip variants
of these targets on the respective -strip prerequisites.
* Makefile.tpl (install-strip, install-strip-host)
(install-strip-target): New targets.
(install-strip-[+module+], install-strip-target-[+module+]):
New targets.
* Makefile.in: Regenerate.
etc/:
* Makefile.in (install-strip): New target.
libiberty/:
PR other/46202
* Makefile.in (install-strip): New phony target.
(install): Also mark as phony.
Diffstat (limited to 'etc/ChangeLog')
-rw-r--r-- | etc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 6068724..d3b6a0b 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * Makefile.in (install-strip): New target. + 2010-06-08 Nick Clifton <nickc@redhat.com> * standards.texi: Import current version from gnustandards |