Openwrt/include
Petr Štetiar c7aec47e5e build: replace which with Bash command built-in
`which` utility is not shipped by default for example on recent Arch
Linux and then any steps relying on its presence fails, like for example
following Python3 prereq build check:

 $ python3 --version
 Python 3.9.1

 $ make
 /bin/sh: line 1: which: command not found
 /bin/sh: line 1: which: command not found
 /bin/sh: line 1: which: command not found
 ...
 Checking 'python3'... failed.
 ...

Fix this by switching to Bash builtin `command` which should provide
same functionality.

Fixes: FS#3525
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2021-01-04 19:32:25 +01:00
..
site
autotools.mk
cmake.mk build: replace which with Bash command built-in 2021-01-04 19:32:25 +01:00
debug.mk
depends.mk build: find_md5 list with mod time and sorted 2020-12-07 10:55:59 -10:00
device_table.txt
download.mk
feeds.mk
hardened-ld-pie.specs
hardening.mk
host-build.mk build: drop ccache variables from specific targets 2021-01-01 10:29:07 -10:00
image-commands.mk
image.mk build/json: add filesystem information 2020-12-13 22:07:52 -10:00
kernel-build.mk kernel-build: fix STRIP_KERNEL_EXPORTS for 64-bit kernels 2021-01-01 19:55:59 +01:00
kernel-defaults.mk build: make testing kernel decompression more portable 2020-12-05 12:06:30 +01:00
kernel-version.mk kernel: bump 5.4 to 5.4.86 2021-01-01 17:07:28 +01:00
kernel.mk
logo.png README: mv logo.svg include/logo.{png,svg} 2020-12-01 10:18:07 -10:00
logo.svg
netfilter.mk
nls.mk
package-bin.mk
package-defaults.mk
package-dumpinfo.mk
package-ipkg.mk
package-seccomp.mk
package.mk build: drop ccache variables from specific targets 2021-01-01 10:29:07 -10:00
prereq-build.mk build/prereq: merge ifndef IB block together 2020-12-31 09:30:01 -10:00
prereq.mk build: replace which with Bash command built-in 2021-01-04 19:32:25 +01:00
quilt.mk
rootfs.mk build: reduce cleanup binary calls in rootfs.mk 2020-12-05 22:07:00 -10:00
scan.awk
scan.mk
shell.sh
subdir.mk
target.mk
toolchain-build.mk
toplevel.mk
trusted-firmware-a.mk build: Extract trusted-firmware-a.mk 2020-12-02 23:46:01 +01:00
u-boot.mk
uclibc++.mk libcxx[abi]: remove 2020-12-07 10:46:43 -10:00
unpack.mk
verbose.mk
version.mk