Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Pass down $(bindir) and $(mandir)
@ 2003-09-03 15:55 Andreas Schwab
  2003-09-03 16:23 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2003-09-03 15:55 UTC (permalink / raw)
  To: gdb-patches

sim/common/Makefile and sim/ppc/Makefile are using mandir and bindir,
resp., so we should pass them down.  OK for HEAD and 6.0 branch?

Andreas.

2003-09-03  Andreas Schwab  <schwab@suse.de>

	* Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).

--- sim/Makefile.in.~1.3.~	2002-09-05 11:17:13.000000000 +0200
+++ sim/Makefile.in	2003-09-03 16:57:15.000000000 +0200
@@ -85,6 +85,8 @@ RUNTESTFLAGS=
 FLAGS_TO_PASS = \
 	"prefix=$(prefix)" \
 	"exec_prefix=$(exec_prefix)" \
+	"bindir=$(bindir)" \
+	"mandir=$(mandir)" \
 	"against=$(against)" \
 	"AR=$(AR)" \
 	"AR_FLAGS=$(AR_FLAGS)" \

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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

* Re: Pass down $(bindir) and $(mandir)
  2003-09-03 15:55 Pass down $(bindir) and $(mandir) Andreas Schwab
@ 2003-09-03 16:23 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2003-09-03 16:23 UTC (permalink / raw)
  To: gdb-patches

On Wed, Sep 03, 2003 at 05:55:45PM +0200, Andreas Schwab wrote:
> sim/common/Makefile and sim/ppc/Makefile are using mandir and bindir,
> resp., so we should pass them down.  OK for HEAD and 6.0 branch?

Yes, thank you.

> 
> Andreas.
> 
> 2003-09-03  Andreas Schwab  <schwab@suse.de>
> 
> 	* Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
> 
> --- sim/Makefile.in.~1.3.~	2002-09-05 11:17:13.000000000 +0200
> +++ sim/Makefile.in	2003-09-03 16:57:15.000000000 +0200
> @@ -85,6 +85,8 @@ RUNTESTFLAGS=
>  FLAGS_TO_PASS = \
>  	"prefix=$(prefix)" \
>  	"exec_prefix=$(exec_prefix)" \
> +	"bindir=$(bindir)" \
> +	"mandir=$(mandir)" \
>  	"against=$(against)" \
>  	"AR=$(AR)" \
>  	"AR_FLAGS=$(AR_FLAGS)" \
> 
> -- 
> Andreas Schwab, SuSE Labs, schwab@suse.de
> SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
> Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
> "And now for something completely different."
> 

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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

end of thread, other threads:[~2003-09-03 16:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-03 15:55 Pass down $(bindir) and $(mandir) Andreas Schwab
2003-09-03 16:23 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox