summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-07-27 00:33:18 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-08-02 07:49:56 +0200
commite7be71a0559d69c5e871a2bcbaa349dd8fc14ab6 (patch)
tree87915aee6a47f48567515eb4a2c2efcb7e144826
parent66d6c53a2e416ad2411743eab2286508f2f59fdb (diff)
downloadptxdist-e7be71a0559d69c5e871a2bcbaa349dd8fc14ab6.tar.gz
ptxdist-e7be71a0559d69c5e871a2bcbaa349dd8fc14ab6.tar.xz
[ptxd_make_world_extract] rename function to ptxd_make_world_extract
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/post/ptxd_make_world_extract.make2
-rw-r--r--scripts/lib/ptxd_make_world_extract.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/rules/post/ptxd_make_world_extract.make b/rules/post/ptxd_make_world_extract.make
index 412e3b2fe..7b234e721 100644
--- a/rules/post/ptxd_make_world_extract.make
+++ b/rules/post/ptxd_make_world_extract.make
@@ -21,7 +21,7 @@
extract = \
$(call world/env, $(1)) \
pkg_deprecated_extract_dir="$(call ptx/escape, $(strip $(2)))" \
- ptxd_make_extract
+ ptxd_make_world_extract
### --- for KLIBC packages only ---
diff --git a/scripts/lib/ptxd_make_world_extract.sh b/scripts/lib/ptxd_make_world_extract.sh
index 3017cfdd4..9f9c22344 100644
--- a/scripts/lib/ptxd_make_world_extract.sh
+++ b/scripts/lib/ptxd_make_world_extract.sh
@@ -8,9 +8,9 @@
#
#
-# ptxd_make_extract
+# ptxd_make_world_extract
#
-ptxd_make_extract() {
+ptxd_make_world_extract() {
ptxd_make_world_init || return
pkg_extract_dir="${pkg_deprecated_extract_dir:-${pkg_extract_dir}}"
@@ -53,4 +53,4 @@ ptxd_make_extract() {
ptxd_make_extract_archive "${pkg_src}" "${pkg_extract_dir}"
}
-export -f ptxd_make_extract
+export -f ptxd_make_world_extract