criu/scripts/nmk
Kir Kolyshkin 07ad2473f2 Use command -v instead of which
Unlike "which", which is a separate executable not always installed by
default, "command -v" is a shell built-in available at least for bash,
dash, and busybox shell.

Unlike "which", "command -v" is also easier to grep for, and it is
already used in a few places here.

Inspired by commit 57251d811.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2025-11-05 15:41:34 -08:00
..
Documentation Documentation: Allow to use asciidoctor for formatting man pages 2019-04-20 20:25:26 -07:00
scripts Use command -v instead of which 2025-11-05 15:41:34 -08:00
.gitignore
Makefile nmk: Don't redefine MAKEFLAGS 2018-05-12 11:45:33 +03:00
README.md

NMK

NMK stands for NetMaKe -- is a very simple framework for make build system. Most ideas are taken from the Linux kernel kbuild system.