X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-0.2 required=5.0	tests=AWL,BAYES_40,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE
X-Spam-Check-By: sourceware.org
X-Yahoo-SMTP: mjD.OBqswBAPbVUxYJaYPvc61jLEnpq8VnBwJGdbEJOPA9xw
Message-ID: <50E70C62.1030908@sbcglobal.net>
Date: Fri, 04 Jan 2013 17:07:46 +0000
From: Greg Chicares <gchicares@sbcglobal.net>
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Thunderbird/16.0.2
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: cygwin make fails when calling mkdir in Windows 7
References: <1357249850421-95185.post@n5.nabble.com> <50E60B10.2000804@etr-usa.com> <1357317283112-95208.post@n5.nabble.com>
In-Reply-To: <1357317283112-95208.post@n5.nabble.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 2013-01-04 16:34Z, cpow wrote:
[...]
> Warren Young wrote
>> What happens if you just re-start the make operation?  Does it persist 
>> in failing to get past that point, or does re-starting it sometimes get 
>> you past the problem?
> 
> If I restart the make operation without doing mkdir myself it fails in
> exactly the same spot.  Restarting it without doing mkdir myself never gets
> past the problem.

Judging from the error message in your original post:
  make[1]: *** No rule to make target `<path>`, needed by `<rule>`.  Stop.
it doesn't sound like 'mkdir' is failing--rather, it sounds like 'make'
can't figure out what command is needed to create 'path'. Can you post
the rule that's intended to do that?


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

