bug-gnulib
[Top][All Lists]
Advanced

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

Re: Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".


From: Simon Josefsson
Subject: Re: Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
Date: Mon, 22 Jan 2007 08:17:25 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux)

"James Youngman" <address@hidden> writes:

> However, I think the problem is that on this system, the Makefile.in
> file is not actually using @MKDIR_P@ :-

Yes, I still get the same problem.  I have tried Bruno's patch, but it
makes no difference.  The problem seems indeed to be that Makefile.in
doesn't use @MKDIR_P@ at all:

address@hidden:~/x/gllib$ grep MKDIR Makefile*
Makefile:       $(MKDIR_P) sys
Makefile.am:    $(MKDIR_P) sys
Makefile.in:    $(MKDIR_P) sys
address@hidden:~/x/gllib$

I'm not sure what tools is responsible for adding:

address@hidden@

line to Makefile.in, which is likely where the problem is.

/Simon




reply via email to

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