summaryrefslogtreecommitdiffstats
path: root/scripts/libptxdist.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-08 18:14:09 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-09 08:47:13 +0200
commite357567f4301def83b00e46ed798c7fb9e581b99 (patch)
tree80836a8fbd42679600adb9cdcd048fd88438a636 /scripts/libptxdist.sh
parentfeaa92e37dce4eb1d06ac399e6efad1b36bd3bfb (diff)
downloadptxdist-e357567f4301def83b00e46ed798c7fb9e581b99.tar.gz
ptxdist-e357567f4301def83b00e46ed798c7fb9e581b99.tar.xz
ptx/in-platformconfigdir: 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.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/libptxdist.sh b/scripts/libptxdist.sh
index c8f652fa9..65c1234e3 100644
--- a/scripts/libptxdist.sh
+++ b/scripts/libptxdist.sh
@@ -422,6 +422,9 @@ export -f ptxd_in_path
#
# ptxd_in_platformconfigdir - find paths in platformconfigdir
#
+# Note: the make implemenation in ptx/in-platformconfigdir must produce the
+# same result.
+#
# $1 filename to find
#
# If the filename is absolute then return the filename unchanged.