summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-02-18 18:57:25 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-03-03 09:07:39 +0100
commite111a2d98bdb36ed28a19bcca1a9d19f7388ec51 (patch)
treed8130b083867cf74920a9547a1b7660f3d791fe5
parent9c1736d96bf2a55ad0b43f35b2371813a5d95fa4 (diff)
downloadptxdist-e111a2d98bdb36ed28a19bcca1a9d19f7388ec51.tar.gz
ptxdist-e111a2d98bdb36ed28a19bcca1a9d19f7388ec51.tar.xz
[template-src-cmake] rename files
This patch renames the templates from: - template-src-cmake-{in,make} into - template-src-cmake-prog-{in,make} to match the "action" in "ptxdist newpackage $action". Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rwxr-xr-xbin/ptxdist2
-rw-r--r--rules/templates/template-src-cmake-prog-in (renamed from rules/templates/template-src-cmake-in)0
-rw-r--r--rules/templates/template-src-cmake-prog-make (renamed from rules/templates/template-src-cmake-make)0
3 files changed, 1 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 7d6fb1713..c7deb5cdb 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -992,7 +992,7 @@ newpackage() {
;;
src-cmake-prog)
- template=template-src-cmake
+ template=template-src-cmake-prog
template_src="${PTXDIST_TOPDIR}/rules/templates/src-cmake-prog"
;;
src-autoconf-prog)
diff --git a/rules/templates/template-src-cmake-in b/rules/templates/template-src-cmake-prog-in
index e020582ef..e020582ef 100644
--- a/rules/templates/template-src-cmake-in
+++ b/rules/templates/template-src-cmake-prog-in
diff --git a/rules/templates/template-src-cmake-make b/rules/templates/template-src-cmake-prog-make
index cae09b4a1..cae09b4a1 100644
--- a/rules/templates/template-src-cmake-make
+++ b/rules/templates/template-src-cmake-prog-make