summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-08-01 22:17:42 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-27 18:22:31 +0200
commit5dc334866f42665cb7dcf8d51fd90fc3554d15d4 (patch)
treee00497a6d9aa381d923d251b894e2f2d6e5e9973
parent59a655cc1005867d0af0c5db51fb6c813b2d5eda (diff)
downloadptxdist-5dc334866f42665cb7dcf8d51fd90fc3554d15d4.tar.gz
ptxdist-5dc334866f42665cb7dcf8d51fd90fc3554d15d4.tar.xz
[template-file-make] comment out obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/templates/template-file-make24
1 files changed, 12 insertions, 12 deletions
diff --git a/rules/templates/template-file-make b/rules/templates/template-file-make
index d4b10a797..ee2a612ef 100644
--- a/rules/templates/template-file-make
+++ b/rules/templates/template-file-make
@@ -19,33 +19,33 @@ PACKAGES-$(PTXCONF_@PACKAGE@) += @package@
# Get
# ----------------------------------------------------------------------------
-$(STATEDIR)/@package@.get:
- @$(call targetinfo)
- @$(call touch)
+#$(STATEDIR)/@package@.get:
+# @$(call targetinfo)
+# @$(call touch)
# ----------------------------------------------------------------------------
# Extract
# ----------------------------------------------------------------------------
-$(STATEDIR)/@package@.extract:
- @$(call targetinfo)
- @$(call touch)
+#$(STATEDIR)/@package@.extract:
+# @$(call targetinfo)
+# @$(call touch)
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-$(STATEDIR)/@package@.prepare:
- @$(call targetinfo)
- @$(call touch)
+#$(STATEDIR)/@package@.prepare:
+# @$(call targetinfo)
+# @$(call touch)
# ----------------------------------------------------------------------------
# Compile
# ----------------------------------------------------------------------------
-$(STATEDIR)/@package@.compile:
- @$(call targetinfo)
- @$(call touch)
+#$(STATEDIR)/@package@.compile:
+# @$(call targetinfo)
+# @$(call touch)
# ----------------------------------------------------------------------------
# Install