summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-class-make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-18 13:16:40 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-19 13:25:37 +0100
commitc728461b08bf44e12570354f1e6367ed1d98711f (patch)
tree2ed5003048ce2499e5d4d7465736b03a997e5047 /rules/templates/template-class-make
parent30dcb754170135f2c17571cf33aa7ed6d4d9791b (diff)
downloadptxdist-c728461b08bf44e12570354f1e6367ed1d98711f.tar.gz
ptxdist-c728461b08bf44e12570354f1e6367ed1d98711f.tar.xz
[templates] update to latest changes
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/templates/template-class-make')
-rw-r--r--rules/templates/template-class-make13
1 files changed, 7 insertions, 6 deletions
diff --git a/rules/templates/template-class-make b/rules/templates/template-class-make
index d166be67e..46d241725 100644
--- a/rules/templates/template-class-make
+++ b/rules/templates/template-class-make
@@ -35,13 +35,14 @@ $(@CLASS@@PACKET@_SOURCE):
# Prepare
# ----------------------------------------------------------------------------
-@CLASS@@PACKET@_PATH := PATH=$(@AUTOCONF_CLASS@PATH)
-@CLASS@@PACKET@_ENV := $(@AUTOCONF_CLASS@ENV)
+@CLASS@@PACKET@_PATH := PATH=$(@AUTOCONF_CLASS@PATH)
+@CLASS@@PACKET@_CONF_ENV := $(@AUTOCONF_CLASS@ENV)
#
# autoconf
#
-@CLASS@@PACKET@_AUTOCONF := $(@AUTOCONF_CLASS@AUTOCONF)
+@CLASS@@PACKET@_CONF_TOOL := autoconf
+@CLASS@@PACKET@_CONF_OPT := $(@AUTOCONF_CLASS@AUTOCONF)
#$(STATEDIR)/@class@@packet@.prepare:
# @$(call targetinfo)
@@ -73,8 +74,8 @@ $(@CLASS@@PACKET@_SOURCE):
# Clean
# ----------------------------------------------------------------------------
-@class@@packet@_clean:
- rm -rf $(STATEDIR)/@class@@packet@.*
- rm -rf $(@CLASS@@PACKET@_DIR)
+#$(STATEDIR)/@class@@packet@.clean:
+# @$(call targetinfo)
+# @$(call clean_pkg, @CLASS@@PACKET@)
# vim: syntax=make