emacs-devel
[Top][All Lists]
Advanced

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

Re: Bootstrap failure using 'make -j4' [Cygwin]


From: Eli Zaretskii
Subject: Re: Bootstrap failure using 'make -j4' [Cygwin]
Date: Sat, 22 May 2010 15:46:50 +0300

> Date: Sat, 22 May 2010 13:00:53 +0200
> From: Jan Djärv <address@hidden>
> CC: Angelo Graziosi <address@hidden>, address@hidden
> 
> A better solution is probably to replace
> 
>        test -d ${DEPDIR} || mkdir ${DEPDIR}
> 
> with
> 
>        mkdir -p ${DEPDIR}

I think the -p switch to mkdir is not portable.




reply via email to

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