Re: parallel NetBSD make quirks

2009-05-17 Thread Ralf Wildenhues
[ adding automake-patches ] * Ralf Wildenhues wrote on Sun, May 17, 2009 at 01:56:39PM CEST: > NetBSD (and other BSD) `make -jN' without `-B' > > - reuses shells between multiple commands in one rule > (without resetting the working directory, environment variables etc), > > - sprinkles "--- $

parallel NetBSD make quirks

2009-05-17 Thread Ralf Wildenhues
NetBSD (and other BSD) `make -jN' without `-B' - reuses shells between multiple commands in one rule (without resetting the working directory, environment variables etc), - sprinkles "--- $target ---" status messages through the output, - does not route standard error of sub processes (sub mak

Re: AM_PATH_PYTHON should honor python's idea about the site directory

2009-05-17 Thread Ralf Wildenhues
tags upstream fixed-upstream thanks [ adding automake-patches; see http://bugs.debian.org/524176 ] Hello Matthias, and sorry for the delay, * Matthias Klose wrote on Wed, Apr 15, 2009 at 12:17:57PM CEST: > The current implementation of the AM_PATH_PYTHON passes the unexpanded > '${prefix} and ${

Re: [PATCH 3/3] Vala: Use $(srcdir) in rebuild rules

2009-05-17 Thread Ralf Wildenhues
Hi Jürg, I'm following up on this patch with this one, to document the temporary requirement for GNU make and avoid test failure reports that we already know of. Cheers, Ralf Vala: for now, require GNU make. * doc/automake.texi (Vala Support): GNU make is currently required for

Re: [PATCH 1/3] Vala: Fix build when using per-target VALAFLAGS

2009-05-17 Thread Ralf Wildenhues
Hi Jürg, * Jürg Billeter wrote on Sun, May 17, 2009 at 10:01:38AM CEST: > On Sun, 2009-05-17 at 09:41 +0200, Ralf Wildenhues wrote: > > > Please note that I'm really close to finishing 1.11, and considering > > to postpone this change unless there is an easy way out. > > I expect per-target VALA

Re: [PATCH 1/3] Vala: Fix build when using per-target VALAFLAGS

2009-05-17 Thread Ralf Wildenhues
Hi Jürg, * Jürg Billeter wrote on Fri, May 15, 2009 at 03:50:55PM CEST: > This does not yet implement full per-target support for VALAFLAGS, > however, this change at least fixes building when there is only one > target per source file, which is the most common situation. When testing vala5.test

Re: [PATCH 1/3] Vala: Fix build when using per-target VALAFLAGS

2009-05-17 Thread Jürg Billeter
Hi Ralf, On Sun, 2009-05-17 at 09:41 +0200, Ralf Wildenhues wrote: > * Jürg Billeter wrote on Fri, May 15, 2009 at 03:50:55PM CEST: > > This does not yet implement full per-target support for VALAFLAGS, > > however, this change at least fixes building when there is only one > > target per source f