From: David Given <dg@cowlark.com>
To: linux-8086@vger.kernel.org
Subject: Re: Broken-up patch #6
Date: Sat, 29 May 2004 01:32:40 +0100 [thread overview]
Message-ID: <40B7DA28.2090103@cowlark.com> (raw)
In-Reply-To: <20040528230440.86447.qmail@web51310.mail.yahoo.com>
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).
This has confused me many times in the past...
--
[insert interesting .sig here]
next prev parent reply other threads:[~2004-05-29 0:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-28 23:04 Broken-up patch #6 Tommy McCabe
2004-05-29 0:32 ` David Given [this message]
2004-05-31 20:00 ` Miguel Bolanos
2004-05-31 19:59 ` Miguel Bolanos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40B7DA28.2090103@cowlark.com \
--to=dg@cowlark.com \
--cc=linux-8086@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox