aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79
diff options
context:
space:
mode:
authorLeo Chung <gewalalb@gmail.com>2022-03-31 09:14:35 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2022-06-07 22:28:59 +0200
commit720a7db7eaf416f7e4abdde1551d0201e7830310 (patch)
tree7c81b1df72f7ecef5456287062a1699563423f4d /target/linux/ath79
parent8e9eaef70a444348fd8f90fbe26a07e1ad564972 (diff)
downloadupstream-720a7db7eaf416f7e4abdde1551d0201e7830310.tar.gz
upstream-720a7db7eaf416f7e4abdde1551d0201e7830310.tar.bz2
upstream-720a7db7eaf416f7e4abdde1551d0201e7830310.zip
build: fix find warning with SCAN_EXTRA
If you change SCAN_EXTRA variable with "-path target/linux/xxxx" in include/toplevel.mk for speed up scan, find will warn with: find: warning: you have specified the global option -maxdepth after the argument -path, but global options are not positional, i.e., -maxdepth affects tests specified before it as well as those specified after it. Please specify global options before other arguments. The find option -mindepth -maxdepth are global options and must be before any path option. Change order of $(SCAN_EXTRA) after -mindepth and -maxdepth to fix this. Signed-off-by: Leo Chung <gewalalb@gmail.com> [capitalize Description, Author and Sob and minor description tweak] Signed-off-by: Christian 'Ansuel' Marangi <ansuelsmth@gmail.com> (cherry picked from commit eb787b5b9d8d45f3678b58eaa158bb4fa28d4418)
Diffstat (limited to 'target/linux/ath79')
0 files changed, 0 insertions, 0 deletions