Re: Document typo

2013-10-28 Thread Paul Smith
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

Document typo

2013-10-28 Thread Michael Procca
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,

[bug #40361] make 4.0 under hpux 11.31 no longer prints output correctly

2013-10-28 Thread anonymous
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