]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
make_dtb.sh: Use $CPP instead of assuming that cpp is in $PATH
authorAlex Richardson <arichardson@FreeBSD.org>
Fri, 14 Dec 2018 23:53:28 +0000 (23:53 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Fri, 14 Dec 2018 23:53:28 +0000 (23:53 +0000)
commit0a65536cabcc7c0624dea86b95d6f9455d271bac
tree420a31f7e07c048f18f412b9583a7cf1a93b58e5
parentc9073141b4582138f79059b9fe187b2bbd36ff83
make_dtb.sh: Use $CPP instead of assuming that cpp is in $PATH

This fixes building in CheriBSD with a strict tmp path since we don't
bootstrap a cpp but pass the full path to clang-cpp instead.

While touching this file also fix all shellcheck warnings in make_dtb.sh.

Reviewed By: manu
Differential Revision: https://reviews.freebsd.org/D18376
sys/tools/fdt/make_dtb.sh
sys/tools/fdt/make_dtbo.sh