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
commit3f70305c7545332121aec6b2b8723c188cad596a (patch)
tree1ac5dac3753acc5075c7ec1b0b8be766303266b3
parente111a2d98bdb36ed28a19bcca1a9d19f7388ec51 (diff)
downloadptxdist-3f70305c7545332121aec6b2b8723c188cad596a.tar.gz
ptxdist-3f70305c7545332121aec6b2b8723c188cad596a.tar.xz
[template-target] rename files
This patch renames the templates from: - template-{in,make} into - template-target-{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-target-in (renamed from rules/templates/template-in)0
-rw-r--r--rules/templates/template-target-make (renamed from rules/templates/template-make)0
3 files changed, 1 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index c7deb5cdb..ff5a68a6c 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -973,7 +973,7 @@ newpackage() {
case "${action}" in
target)
- template=template
+ template=template-target
;;
host)
template=template-class
diff --git a/rules/templates/template-in b/rules/templates/template-target-in
index 6dafda51e..6dafda51e 100644
--- a/rules/templates/template-in
+++ b/rules/templates/template-target-in
diff --git a/rules/templates/template-make b/rules/templates/template-target-make
index 14475c2aa..14475c2aa 100644
--- a/rules/templates/template-make
+++ b/rules/templates/template-target-make