summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-06-14 22:23:01 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-06-14 22:23:01 +0000
commit63aa5f5687ad3eaa22e8fe71e2b0f6481a7d1882 (patch)
treeeaaa8970a95f440ee560aeed6e150ab44567011a /scripts
parent28332e46870925b5dca4f522f58ee870cbad00e2 (diff)
downloadptxdist-63aa5f5687ad3eaa22e8fe71e2b0f6481a7d1882.tar.gz
ptxdist-63aa5f5687ad3eaa22e8fe71e2b0f6481a7d1882.tar.xz
[ptxdist_vars] namespace cleanup: PTX_LIBDIR -> PTXDIST_LIB_DIR
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10771 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_lib_dgen.sh10
-rw-r--r--scripts/lib/ptxd_make_install.sh11
-rw-r--r--scripts/ptxdist_vars.sh2
3 files changed, 20 insertions, 3 deletions
diff --git a/scripts/lib/ptxd_lib_dgen.sh b/scripts/lib/ptxd_lib_dgen.sh
index 8094a1764..50055311b 100644
--- a/scripts/lib/ptxd_lib_dgen.sh
+++ b/scripts/lib/ptxd_lib_dgen.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# Copyright (C) 2008, 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
export PTXDIST_DGEN_DIR="${PTXDIST_TEMPDIR}/dgen"
@@ -82,7 +90,7 @@ EOF
PTX_MAP_DEPS \
PTX_DGEN_DEPS_PRE \
PTX_DGEN_DEPS_POST
- "${PTX_LIBDIR}/ptxd_lib_dgen.awk"
+ "${PTXDIST_LIB_DIR}/ptxd_lib_dgen.awk"
}
check_pipe_status
}
diff --git a/scripts/lib/ptxd_make_install.sh b/scripts/lib/ptxd_make_install.sh
index 132c8d531..65d280cf9 100644
--- a/scripts/lib/ptxd_make_install.sh
+++ b/scripts/lib/ptxd_make_install.sh
@@ -1,8 +1,17 @@
#!/bin/bash
+#
+# Copyright (C) 2005, 2006, 2007 Robert Schwebel <r.schwebel@pengutronix.de>
+# 2008, 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
ptxd_dopermissions() {
- "${PTX_LIBDIR}/ptxd_lib_dopermissions.awk" "${@}"
+ "${PTXDIST_LIB_DIR}/ptxd_lib_dopermissions.awk" "${@}"
}
export -f ptxd_dopermissions
diff --git a/scripts/ptxdist_vars.sh b/scripts/ptxdist_vars.sh
index 90d977b97..61f8ea941 100644
--- a/scripts/ptxdist_vars.sh
+++ b/scripts/ptxdist_vars.sh
@@ -5,7 +5,7 @@ PRERULESDIR=${PTXDIST_TOPDIR}/rules/pre
POSTRULESDIR=${PTXDIST_TOPDIR}/rules/post
TEMPLATESDIR=${PTXDIST_TOPDIR}/rules/templates
SCRIPTSDIR=${PTXDIST_TOPDIR}/scripts
-PTX_LIBDIR=${SCRIPTSDIR}/lib
+PTXDIST_LIB_DIR=${SCRIPTSDIR}/lib
PTX_MIGRATEDIR=${SCRIPTSDIR}/migrate
PROJECTPATCHDIR=${PTXDIST_WORKSPACE}/patches