Re: [PATCH] gnumakefile: don't squelch _version output

2010-03-31 Thread Eric Blake
On 03/30/2010 05:40 PM, Eric Blake wrote: Borrowing from a trick I discovered on the libvirt list. * top/GNUmakefile (GNUmakefile): Create one-shot dependency rather than using $(shell) to run _version target. (_autoreconf): Run verbosely, by default. Signed-off-by: Eric Blake

[PATCH] gnumakefile: don't squelch _version output

2010-03-30 Thread Eric Blake
Borrowing from a trick I discovered on the libvirt list. * top/GNUmakefile (GNUmakefile): Create one-shot dependency rather than using $(shell) to run _version target. (_autoreconf): Run verbosely, by default. Signed-off-by: Eric Blake ebl...@redhat.com --- This was quite tricky to implement.