Subject: Re: Add NO_RCSID option?
To: None <tech-kern@netbsd.org>
From: Rui Paulo <rpaulo@netbsd-pt.org>
List: tech-kern
Date: 04/28/2005 11:31:43
On 2005-04-28, Matt Thomas <matt@3am-software.com> wrote:
> 2) Because you can use objcopy to strip the section with RCS ids:
>
>    objcopy -R .comment -R .ident netbsd netbsd2

I would like to document this on the NetBSD guide, but one question pops in
my head: isn't strip a better alternative to this kind of procedures ?
I mean, if you want to strip the binary you'll use something like:
	
	strip -s -R .comment -R .ident /netbsd

What's the best way ?

-- 
 Rui Paulo <rpaulo@netbsd-pt.org>        http://www.netbsd-pt.org/users/rpaulo/