From: Andreas Schwab <schwab@linux-m68k.org>
To: Firoz Khan <firoz.khan@linaro.org>
Cc: linux-m68k@lists.linux-m68k.org,
Geert Uytterhoeven <geert@linux-m68k.org>,
y2038@lists.linaro.org, linux-kernel@vger.kernel.org,
linux-arch@vger.kernel.org, arnd@arndb.de,
deepa.kernel@gmail.com, marcin.juszkiewicz@linaro.org
Subject: Re: [PATCH 3/4] m68k: Added system call table generation support
Date: Thu, 09 Aug 2018 09:36:56 +0200 [thread overview]
Message-ID: <mvmftzoq9d3.fsf@linux-m68k.org> (raw)
In-Reply-To: <1533791723-3882-4-git-send-email-firoz.khan@linaro.org> (Firoz Khan's message of "Thu, 9 Aug 2018 10:45:22 +0530")
On Aug 09 2018, Firoz Khan <firoz.khan@linaro.org> wrote:
> +_dummy := $(shell [ -d '$(uapi)' ] || mkdir -p '$(uapi)') \
> + $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
mkdir -p is a no-op if the directory exits.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
next prev parent reply other threads:[~2018-08-09 7:36 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-09 5:15 [PATCH 0/4] System call table generation support Firoz Khan
2018-08-09 5:15 ` Firoz Khan
2018-08-09 5:15 ` [PATCH 1/4] m68k: Rename system call table file name Firoz Khan
2018-08-09 5:15 ` Firoz Khan
2018-08-09 5:15 ` [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h Firoz Khan
2018-08-09 5:15 ` Firoz Khan
2018-08-09 7:30 ` Geert Uytterhoeven
2018-08-09 7:30 ` Geert Uytterhoeven
2018-09-18 7:16 ` Firoz Khan
2018-09-18 7:16 ` Firoz Khan
2018-09-18 10:04 ` Geert Uytterhoeven
2018-09-18 10:04 ` Geert Uytterhoeven
2018-09-18 12:17 ` Firoz Khan
2018-09-18 12:17 ` Firoz Khan
2018-09-20 8:12 ` Firoz Khan
2018-09-20 8:12 ` Firoz Khan
2018-09-20 9:24 ` Geert Uytterhoeven
2018-09-20 9:24 ` Geert Uytterhoeven
2018-09-22 11:33 ` Firoz Khan
2018-09-22 11:33 ` Firoz Khan
2018-08-09 5:15 ` [PATCH 3/4] m68k: Added system call table generation support Firoz Khan
2018-08-09 5:15 ` Firoz Khan
2018-08-09 7:36 ` Andreas Schwab [this message]
2018-08-09 7:36 ` Andreas Schwab
2018-09-18 7:22 ` Firoz Khan
2018-09-18 7:22 ` Firoz Khan
2018-08-09 5:15 ` [PATCH 4/4] m68k: uapi header and system call table file generation Firoz Khan
2018-08-09 5:15 ` Firoz Khan
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=mvmftzoq9d3.fsf@linux-m68k.org \
--to=schwab@linux-m68k.org \
--cc=arnd@arndb.de \
--cc=deepa.kernel@gmail.com \
--cc=firoz.khan@linaro.org \
--cc=geert@linux-m68k.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@lists.linux-m68k.org \
--cc=marcin.juszkiewicz@linaro.org \
--cc=y2038@lists.linaro.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;
as well as URLs for NNTP newsgroup(s).