From: "Ulrich Ölmann" <u.oelmann@pengutronix.de>
To: PTXdist Development Mailing List <ptxdist@pengutronix.de>
Cc: "Ulrich Ölmann" <u.oelmann@pengutronix.de>
Subject: [ptxdist] [PATCH 0/5] Clean up templates and add src-meson-prog template
Date: Wed, 5 Jun 2019 01:16:50 +0200 [thread overview]
Message-ID: <20190604231655.13949-1-u.oelmann@pengutronix.de> (raw)
The first three patches clean up some things I stumbled over while working on
the addition of the src-meson-prog template which is found in the last two
patches.
Ulrich Ölmann (5):
templates: wizard.sh: remove unused variable
templates: wizard.sh: use neat parameter expansion and prevent word
splitting
templates: wizard.sh: use only one sed process
templates: add src-meson-prog template
templates: src-meson-prog: introduce version into template project
doc/dev_manual.rst | 36 ++++++--
rules/templates/src-autoconf-lib/wizard.sh | 20 ++---
rules/templates/src-autoconf-prog/wizard.sh | 16 ++--
.../templates/src-autoconf-proglib/wizard.sh | 22 +++--
rules/templates/src-cmake-prog/wizard.sh | 12 ++-
rules/templates/src-linux-driver/wizard.sh | 12 ++-
rules/templates/src-make-prog/wizard.sh | 12 ++-
rules/templates/src-meson-prog/@name@.c | 12 +++
rules/templates/src-meson-prog/COPYING | 12 +++
rules/templates/src-meson-prog/config.h.in | 2 +
rules/templates/src-meson-prog/meson.build | 15 ++++
rules/templates/src-meson-prog/wizard.sh | 24 ++++++
rules/templates/src-qmake-prog/wizard.sh | 14 ++--
rules/templates/src-stellaris/wizard.sh | 12 ++-
rules/templates/template-src-meson-prog-in | 8 ++
rules/templates/template-src-meson-prog-make | 83 +++++++++++++++++++
scripts/lib/ptxd_lib_template.sh | 9 +-
17 files changed, 245 insertions(+), 76 deletions(-)
create mode 100644 rules/templates/src-meson-prog/@name@.c
create mode 100644 rules/templates/src-meson-prog/COPYING
create mode 100644 rules/templates/src-meson-prog/config.h.in
create mode 100644 rules/templates/src-meson-prog/meson.build
create mode 100644 rules/templates/src-meson-prog/wizard.sh
create mode 100644 rules/templates/template-src-meson-prog-in
create mode 100644 rules/templates/template-src-meson-prog-make
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2019-06-04 23:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-04 23:16 Ulrich Ölmann [this message]
2019-06-04 23:16 ` [ptxdist] [PATCH 1/5] templates: wizard.sh: remove unused variable Ulrich Ölmann
2019-06-04 23:16 ` [ptxdist] [PATCH 2/5] templates: wizard.sh: use neat parameter expansion and prevent word splitting Ulrich Ölmann
2019-06-04 23:16 ` [ptxdist] [PATCH 3/5] templates: wizard.sh: use only one sed process Ulrich Ölmann
2019-06-04 23:16 ` [ptxdist] [PATCH 4/5] templates: add src-meson-prog template Ulrich Ölmann
2019-06-04 23:16 ` [ptxdist] [PATCH 5/5] templates: src-meson-prog: introduce version into template project Ulrich Ölmann
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=20190604231655.13949-1-u.oelmann@pengutronix.de \
--to=u.oelmann@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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