From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Bolanos Subject: Re: Broken-up patch #6 Date: Mon, 31 May 2004 13:59:51 -0600 Sender: linux-8086-owner@vger.kernel.org Message-ID: <1086033590.3300.24.camel@talena.hsol.net> References: <20040528230440.86447.qmail@web51310.mail.yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20040528230440.86447.qmail@web51310.mail.yahoo.com> List-Id: Content-Type: text/plain; charset="us-ascii" To: Tommy McCabe Cc: linux-8086@vger.kernel.org added -p to mkdir and applied. thanks. Mike On Fri, 2004-05-28 at 17:04, Tommy McCabe wrote: > This patch makes sure there is an sbin directory to > copy files into. > > diff -ruN ./elks-stuff/elkscmd/disk_utils/Makefile > ./elks/elkscmd/disk_utils/Makefile > --- ./elks-stuff/elkscmd/disk_utils/Makefile > 2004-05-28 16:02:01.000000000 -0400 > +++ ./elks/elkscmd/disk_utils/Makefile 2004-04-20 > 21:22:58.000000000 -0400 > @@ -39,6 +39,7 @@ > SPROGS=mkfs > > all: $(PROGS) > + mkdir $(TARGET_MNT)/sbin > > rfs: install > > > > > > __________________________________ > Do you Yahoo!? > Friends. Fun. Try the all-new Yahoo! Messenger. > http://messenger.yahoo.com/ > - > To unsubscribe from this list: send the line "unsubscribe linux-8086" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >