]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: /bin/pwd -> pwd
authorBjørn Forsman <bjorn.forsman@gmail.com>
Sun, 5 Nov 2017 09:44:16 +0000 (10:44 +0100)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 18 Nov 2017 02:32:27 +0000 (11:32 +0900)
commit0e8ca4ece50d73f3078c58d7b85dcd8c943fee0f
treed217baf9c216dd18a815ad066434efd646c70c11
parent5bfb2e4f977d8c27b3b092a2337ee42b47e33c50
kbuild: /bin/pwd -> pwd

Most places use pwd and rely on $PATH lookup. Moving the remaining
absolute path /bin/pwd users over for consistency.

Also, a reason for doing /bin/pwd -> pwd instead of the other way around
is because I believe build systems should make little assumptions on
host filesystem layout. Case in point, we do this kind of patching
already in NixOS.

Ref. commit 40780d20c83b6c3f73f367103c334b883784a7ec
("kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd)").

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Documentation/ia64/xen.txt
Makefile
tools/power/cpupower/Makefile
tools/scripts/Makefile.include