summaryrefslogtreecommitdiffstats
path: root/scripts/libptxdist.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-08 18:39:00 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-09 08:47:13 +0200
commitfeaa92e37dce4eb1d06ac399e6efad1b36bd3bfb (patch)
treefa6b5fce14338faaf0df040563ed9f0ba0c37c76 /scripts/libptxdist.sh
parentf4d2979ad7b356454233a5c80b9ee6c369f43839 (diff)
downloadptxdist-feaa92e37dce4eb1d06ac399e6efad1b36bd3bfb.tar.gz
ptxdist-feaa92e37dce4eb1d06ac399e6efad1b36bd3bfb.tar.xz
ptx/in-path: rewrite in make
This is a lot faster than starting a shell. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/libptxdist.sh')
-rw-r--r--scripts/libptxdist.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/libptxdist.sh b/scripts/libptxdist.sh
index fcadf24bc..c8f652fa9 100644
--- a/scripts/libptxdist.sh
+++ b/scripts/libptxdist.sh
@@ -379,6 +379,8 @@ export -f ptxd_get_path
#
# ptxd_in_path - look for files and/or dirs
#
+# Note: the make implemenation in ptx/in-path must produce the same result.
+#
# $1 variable name with paths separated by ":"
# $2 filename to find within these paths
#