On Mon, 2013-10-28 at 11:36 -0500, Michael Procca wrote:
> The last line of "Section 6.5 Setting Variables" of
> http://www.gnu.org/software/make/manual/make.html#Recipes is:
>
> var := $(shell find . -name "*.c")
>
> and believe should be:
>
> var := $(shell find . -name '*.c')
The d
The last line of "Section 6.5 Setting Variables" of
http://www.gnu.org/software/make/manual/make.html#Recipes is:
var := $(shell find . -name "*.c")
and believe should be:
var := $(shell find . -name '*.c')
Michael Procca
Software Developer
Iders Incorporated
27047 Oakwood Road
Oakbank,
Follow-up Comment #15, bug #40361 (project make):
I noticed Gnulib does explicitly mention that vsnprintf on HP-UX doesn't
correctly return a byte count:
http://www.gnu.org/software/gnulib/manual/html_node/vsnprintf.html
___
Reply to this