From 0a371ef8fb7ecceff8c3ef7f83e864fd19da1ef4 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 26 Jun 1995 08:25:34 +0000 Subject: Strip binaries. --- editors/emacs23/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'editors/emacs23/Makefile') diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index b3a3c41b51b5..1fb1248c1a56 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.14 1995/04/09 06:11:09 asami Exp $ +# $Id: Makefile,v 1.15 1995/06/26 05:58:07 asami Exp $ # DISTNAME= emacs-19.29 @@ -19,5 +19,8 @@ post-install: gzip -9nf ${PREFIX}/man/man1/emacs.1 gzip -9nf ${PREFIX}/man/man1/etags.1 gzip -9nf ${PREFIX}/man/man1/ctags.1 + for file in emacs-19.29 emacsclient etags ctags b2m; do \ + strip ${PREFIX}/bin/$$file; \ + done .include -- cgit v1.2.3