linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH [nfs-utils]] rpcdebug: do not use build toolchain
@ 2013-03-24 22:05 Mike Frysinger
  2013-03-25 14:19 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2013-03-24 22:05 UTC (permalink / raw)
  To: linux-nfs

The rpcdebug program gets installed, so we don't want to use the build
toolchain to compile it.  I can't find any scripts in the build system
that try to execute it, so this shouldn't be a problem.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 tools/rpcdebug/Makefile.am | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tools/rpcdebug/Makefile.am b/tools/rpcdebug/Makefile.am
index 39b70c9..b0a3e1f 100644
--- a/tools/rpcdebug/Makefile.am
+++ b/tools/rpcdebug/Makefile.am
@@ -1,15 +1,9 @@
 ## Process this file with automake to produce Makefile.in
 
-CC=$(CC_FOR_BUILD)
-LIBTOOL = @LIBTOOL@ --tag=CC
-
 man8_MANS = rpcdebug.man
 EXTRA_DIST = $(man8_MANS)
 
 sbin_PROGRAMS = rpcdebug
 rpcdebug_SOURCES = rpcdebug.c
-rpcdebug_CFLAGS=$(CFLAGS_FOR_BUILD)
-rpcdebug_CPPFLAGS=$(CPPFLAGS_FOR_BUILD) -I$(top_srcdir)/support/include
-rpcdebug_LDFLAGS=$(LDFLAGS_FOR_BUILD)
 
 MAINTAINERCLEANFILES = Makefile.in
-- 
1.8.1.2


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

* Re: [PATCH [nfs-utils]] rpcdebug: do not use build toolchain
  2013-03-24 22:05 [PATCH [nfs-utils]] rpcdebug: do not use build toolchain Mike Frysinger
@ 2013-03-25 14:19 ` Steve Dickson
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2013-03-25 14:19 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: linux-nfs



On 24/03/13 18:05, Mike Frysinger wrote:
> The rpcdebug program gets installed, so we don't want to use the build
> toolchain to compile it.  I can't find any scripts in the build system
> that try to execute it, so this shouldn't be a problem.
> 
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Committed...

steved
> ---
>  tools/rpcdebug/Makefile.am | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/tools/rpcdebug/Makefile.am b/tools/rpcdebug/Makefile.am
> index 39b70c9..b0a3e1f 100644
> --- a/tools/rpcdebug/Makefile.am
> +++ b/tools/rpcdebug/Makefile.am
> @@ -1,15 +1,9 @@
>  ## Process this file with automake to produce Makefile.in
>  
> -CC=$(CC_FOR_BUILD)
> -LIBTOOL = @LIBTOOL@ --tag=CC
> -
>  man8_MANS = rpcdebug.man
>  EXTRA_DIST = $(man8_MANS)
>  
>  sbin_PROGRAMS = rpcdebug
>  rpcdebug_SOURCES = rpcdebug.c
> -rpcdebug_CFLAGS=$(CFLAGS_FOR_BUILD)
> -rpcdebug_CPPFLAGS=$(CPPFLAGS_FOR_BUILD) -I$(top_srcdir)/support/include
> -rpcdebug_LDFLAGS=$(LDFLAGS_FOR_BUILD)
>  
>  MAINTAINERCLEANFILES = Makefile.in
> 

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

end of thread, other threads:[~2013-03-25 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-24 22:05 [PATCH [nfs-utils]] rpcdebug: do not use build toolchain Mike Frysinger
2013-03-25 14:19 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).