From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Bolanos Subject: Re: Broken-up patch #6 Date: Mon, 31 May 2004 14:00:55 -0600 Sender: linux-8086-owner@vger.kernel.org Message-ID: <1086033655.3300.26.camel@talena.hsol.net> References: <20040528230440.86447.qmail@web51310.mail.yahoo.com> <40B7DA28.2090103@cowlark.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <40B7DA28.2090103@cowlark.com> List-Id: Content-Type: text/plain; charset="us-ascii" To: David Given Cc: linux-8086@vger.kernel.org Greetings, On Fri, 2004-05-28 at 18:32, David Given wrote: > Tommy McCabe wrote: > [...] > > all: $(PROGS) > > + mkdir $(TARGET_MNT)/sbin > > If sbin already exists, this will fail. You want either '-mkdir' (ignore > result) or 'mkdir -p' (create path if it doesn't already exist). > Fixed before applying, thanks for pointing this out. best wishes Mike