Linux console tools development discussion
 help / color / mirror / Atom feed
* [kbd] [patch] do not use -s with `install`
@ 2008-03-30 17:14 Mike Frysinger
  2008-03-31 12:28 ` Alexey Gladkov
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2008-03-30 17:14 UTC (permalink / raw)
  To: kbd

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

stripping is for the admin to do, not the package.  it also breaks things as 
`install -s` will always execute `strip` which may not be the strip you want 
when cross-compiling.

i just run: sed -i 's:install -s:install:' src/Makefile.in
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [kbd] [patch] do not use -s with `install`
  2008-03-30 17:14 [kbd] [patch] do not use -s with `install` Mike Frysinger
@ 2008-03-31 12:28 ` Alexey Gladkov
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Gladkov @ 2008-03-31 12:28 UTC (permalink / raw)
  To: Linux console tools development discussion

Mike Frysinger wrote:
> stripping is for the admin to do, not the package.  it also breaks things as 
> `install -s` will always execute `strip` which may not be the strip you want 
> when cross-compiling.
> 
> i just run: sed -i 's:install -s:install:' src/Makefile.in

I prefer to add configure option for the given action: --enable-strip.

-- 
Rgrds, legion


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-31 12:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-30 17:14 [kbd] [patch] do not use -s with `install` Mike Frysinger
2008-03-31 12:28 ` Alexey Gladkov

Linux console tools development discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/kbd/0 kbd/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 kbd kbd/ http://lore.altlinux.org/kbd \
		kbd@lists.altlinux.org kbd@lists.altlinux.ru kbd@lists.altlinux.com
	public-inbox-index kbd

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.kbd


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git