bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Document typo


From: Paul Smith
Subject: Re: Document typo
Date: Mon, 28 Oct 2013 12:59:24 -0400

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 documented version will work fine.  Double-quotes are sufficient to
suppress shell globbing.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]