help-make
[Top][All Lists]
Advanced

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

Re: make always builds, part 2


From: Eli Zaretskii
Subject: Re: make always builds, part 2
Date: Tue, 15 Nov 2011 18:34:14 +0200

> From: Paul Smith <address@hidden>
> Date: Tue, 15 Nov 2011 08:32:05 -0500
> Cc: Edgar <address@hidden>, address@hidden
> 
> On Tue, 2011-11-15 at 08:22 -0500, David Boyce wrote:
> > On Tue, Nov 15, 2011 at 7:53 AM, Paul Smith <address@hidden> wrote:
> > >        __dummy := $(shell mkdir $(OBJDIRECTORY))
> > 
> > Generally best here (again, assuming POSIX) to use mkdir -p which does
> > not fail if the directory already exists.
> 
> Yes but I don't know if there's an equivalent in Windows.

There is none, you must ignore the errors instead (with a `-').

> If not redirect stderr to /dev/null (or the equivalent in Windows).

NUL



reply via email to

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