summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-10 18:58:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-10 18:58:38 +0200
commit34bdf8c607fef39a202c30953f4fbb3f33cd80eb (patch)
tree318d080ad0f12f14a11056ceaea59ca2ce39f5b3
parent09d288e224d904d804b8cea7120b1f1ff083b5b4 (diff)
downloadptxdist-34bdf8c607fef39a202c30953f4fbb3f33cd80eb.tar.gz
ptxdist-34bdf8c607fef39a202c30953f4fbb3f33cd80eb.tar.xz
templates: the default get stage is no longer necessary
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/templates/template-class-make6
-rw-r--r--rules/templates/template-font-make6
-rw-r--r--rules/templates/template-klibc-make6
-rw-r--r--rules/templates/template-src-cmake-prog-make6
-rw-r--r--rules/templates/template-src-qmake-prog-make6
-rw-r--r--rules/templates/template-target-make6
6 files changed, 18 insertions, 18 deletions
diff --git a/rules/templates/template-class-make b/rules/templates/template-class-make
index 4d1f5e3d8..cc95d83c2 100644
--- a/rules/templates/template-class-make
+++ b/rules/templates/template-class-make
@@ -28,9 +28,9 @@
# Get
# ----------------------------------------------------------------------------
-$(@CLASS@@PACKAGE@_SOURCE):
- @$(call targetinfo)
- @$(call get, @CLASS@@PACKAGE@)
+#$(@CLASS@@PACKAGE@_SOURCE):
+# @$(call targetinfo)
+# @$(call get, @CLASS@@PACKAGE@)
# ----------------------------------------------------------------------------
# Prepare
diff --git a/rules/templates/template-font-make b/rules/templates/template-font-make
index f2cf3c1e0..482e445f7 100644
--- a/rules/templates/template-font-make
+++ b/rules/templates/template-font-make
@@ -32,9 +32,9 @@ endif
# Get
# ----------------------------------------------------------------------------
-$(@PACKAGE@_SOURCE):
- @$(call targetinfo)
- @$(call get, @PACKAGE@)
+#$(@PACKAGE@_SOURCE):
+# @$(call targetinfo)
+# @$(call get, @PACKAGE@)
# ----------------------------------------------------------------------------
# Prepare
diff --git a/rules/templates/template-klibc-make b/rules/templates/template-klibc-make
index f6f624f9d..43302abb4 100644
--- a/rules/templates/template-klibc-make
+++ b/rules/templates/template-klibc-make
@@ -32,9 +32,9 @@ endif
# Get
# ----------------------------------------------------------------------------
-$(@PACKAGE@_SOURCE):
- @$(call targetinfo)
- @$(call get, @PACKAGE@)
+#$(@PACKAGE@_SOURCE):
+# @$(call targetinfo)
+# @$(call get, @PACKAGE@)
# ----------------------------------------------------------------------------
# Prepare
diff --git a/rules/templates/template-src-cmake-prog-make b/rules/templates/template-src-cmake-prog-make
index 72bb8d4cb..81850a224 100644
--- a/rules/templates/template-src-cmake-prog-make
+++ b/rules/templates/template-src-cmake-prog-make
@@ -31,9 +31,9 @@ endif
# Get
# ----------------------------------------------------------------------------
-$(@PACKAGE@_SOURCE):
- @$(call targetinfo)
- @$(call get, @PACKAGE@)
+#$(@PACKAGE@_SOURCE):
+# @$(call targetinfo)
+# @$(call get, @PACKAGE@)
# ----------------------------------------------------------------------------
# Prepare
diff --git a/rules/templates/template-src-qmake-prog-make b/rules/templates/template-src-qmake-prog-make
index dbb662205..78656b623 100644
--- a/rules/templates/template-src-qmake-prog-make
+++ b/rules/templates/template-src-qmake-prog-make
@@ -32,9 +32,9 @@ endif
# Get
# ----------------------------------------------------------------------------
-$(@PACKAGE@_SOURCE):
- @$(call targetinfo)
- @$(call get, @PACKAGE@)
+#$(@PACKAGE@_SOURCE):
+# @$(call targetinfo)
+# @$(call get, @PACKAGE@)
# ----------------------------------------------------------------------------
# Prepare
diff --git a/rules/templates/template-target-make b/rules/templates/template-target-make
index fb995fb53..fdc057600 100644
--- a/rules/templates/template-target-make
+++ b/rules/templates/template-target-make
@@ -29,9 +29,9 @@ PACKAGES-$(PTXCONF_@PACKAGE@) += @package@
# Get
# ----------------------------------------------------------------------------
-$(@PACKAGE@_SOURCE):
- @$(call targetinfo)
- @$(call get, @PACKAGE@)
+#$(@PACKAGE@_SOURCE):
+# @$(call targetinfo)
+# @$(call get, @PACKAGE@)
# ----------------------------------------------------------------------------
# Prepare