From 6f396dc7c08599802ff9135a5680a6f1e8a560a5 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sat, 20 Nov 2010 19:37:57 +0000 Subject: 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. --- etc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/Makefile.in') diff --git a/etc/Makefile.in b/etc/Makefile.in index e910ad4c3..0d19c13e6 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -64,7 +64,7 @@ PDFFILES = standards.pdf configure.pdf HTMLFILES = standards.html configure.html all: info -install: install-info +install install-strip: install-info uninstall: -- cgit v1.2.3