Subject: CVS commit: pkgsrc/bootstrap/files
To: None <pkgsrc-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-changes
Date: 03/04/2005 03:11:50
Module Name: pkgsrc
Committed By: jschauma
Date: Fri Mar 4 03:11:50 UTC 2005
Modified Files:
pkgsrc/bootstrap/files: install-sh.in
Log Message:
Some strip(1) commands don't strip anything but executables, so in order
to strip dynamic libraries, one would have to pass "-f" to strip(1).
This is done by passing "-S -f" to install, which implies "-s".
Make it so.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/bootstrap/files/install-sh.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.