mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 0/5] Clean up templates and add src-meson-prog template
@ 2019-06-04 23:16 Ulrich Ölmann
  2019-06-04 23:16 ` [ptxdist] [PATCH 1/5] templates: wizard.sh: remove unused variable Ulrich Ölmann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ulrich Ölmann @ 2019-06-04 23:16 UTC (permalink / raw)
  To: PTXdist Development Mailing List; +Cc: Ulrich Ölmann

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-04 23:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 23:16 [ptxdist] [PATCH 0/5] Clean up templates and add src-meson-prog template Ulrich Ölmann
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox