summaryrefslogtreecommitdiffstats
path: root/rules/other
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-14 18:13:58 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-14 18:13:58 +0000
commitab9528323b1a5881fe028c0c7856d6c82f6e6b50 (patch)
tree3d9fd61a7ced7fdde0fa9031f854ec6d3263f482 /rules/other
parent447c2a0b0d2a9b420e76a38b599dec10cfbe836e (diff)
downloadptxdist-ab9528323b1a5881fe028c0c7856d6c82f6e6b50.tar.gz
ptxdist-ab9528323b1a5881fe028c0c7856d6c82f6e6b50.tar.xz
* other/Definitions.make:
removed dump definitions git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7996 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/other')
-rw-r--r--rules/other/Definitions.make21
1 files changed, 2 insertions, 19 deletions
diff --git a/rules/other/Definitions.make b/rules/other/Definitions.make
index 8626ed019..4565608e0 100644
--- a/rules/other/Definitions.make
+++ b/rules/other/Definitions.make
@@ -9,25 +9,6 @@ nullstring:=
space:= $(nullstring) $(nullstring)
quote:="#"
-#
-# Make to bash export (M2B):
-#
-M2B=$(STATEDIR)/environment
-#
-# Select make variables for export to shell (by full name)
-#
-M2B_DUMP_VARIABLES := \
- PTXCONF_CONFIGFILE_VERSION \
- PTXCONFIG PTXCONF_SYSROOT_TARGET PTXCONF_PROJECT PTXCONF_PROJECT_VERSION \
- PTXDIST_WORKSPACE PTXDIST_TOPDIR \
- PTXDIST PTXDIST_FULLVERSION \
- RULESDIR SCRIPTSDIR STATEDIR SYSROOT WORKDIR \
- PACKAGES- PACKAGES-y PACKAGES-m
-
-#
-# Select make variables for export to shell (by suffix)
-#
-M2B_DUMP_SUFFIXES := _URL _DIR _VERSION _SOURCE
# remove_quotes
#
@@ -41,3 +22,5 @@ add_quote = $(subst $(quote),\$(quote),$(1))
tr_sh = $(strip $(shell echo $(1) | sed 'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g'))
uppercase = $(shell echo $(strip $(1)) | tr "a-z.-" "A-Z__")
+# vim600:set foldmethod=marker:
+# vim600:set syntax=make: