Searched hist:"8 e9b466799230bc20a029579e92d4cd526e5a2e1" (Results 1 – 4 of 4) sorted by relevance
/linux/scripts/gdb/linux/ |
H A D | Makefile | diff 8e9b466799230bc20a029579e92d4cd526e5a2e1 Sun Aug 20 08:04:11 CEST 2017 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)
Kbuild conventionally uses $(shell cd ... && /bin/pwd) idiom to get the absolute path of the directory because GNU Make 3.80, the minimal supported version at that time, did not support $(abspath ...) or $(realpath ...).
Commit 37d69ee30808 ("docs: bump minimal GNU Make version to 3.81") dropped the GNU Make 3.80 support, so we are now allowed to use those make-builtin helpers.
This conversion will provide better portability without relying on the pwd command or its location /bin/pwd.
I am intentionally using $(realpath ...) instead $(abspath ...) in some places. The difference between the two is $(realpath ...) returns an empty string if the given path does not exist. It is convenient in places where we need to error-out if the makefile fails to create an output directory.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Thierry Reding <treding@nvidia.com>
|
/linux/tools/power/cpupower/ |
H A D | Makefile | diff 8e9b466799230bc20a029579e92d4cd526e5a2e1 Sun Aug 20 08:04:11 CEST 2017 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)
Kbuild conventionally uses $(shell cd ... && /bin/pwd) idiom to get the absolute path of the directory because GNU Make 3.80, the minimal supported version at that time, did not support $(abspath ...) or $(realpath ...).
Commit 37d69ee30808 ("docs: bump minimal GNU Make version to 3.81") dropped the GNU Make 3.80 support, so we are now allowed to use those make-builtin helpers.
This conversion will provide better portability without relying on the pwd command or its location /bin/pwd.
I am intentionally using $(realpath ...) instead $(abspath ...) in some places. The difference between the two is $(realpath ...) returns an empty string if the given path does not exist. It is convenient in places where we need to error-out if the makefile fails to create an output directory.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Thierry Reding <treding@nvidia.com>
|
/linux/tools/scripts/ |
H A D | Makefile.include | diff 8e9b466799230bc20a029579e92d4cd526e5a2e1 Sun Aug 20 08:04:11 CEST 2017 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)
Kbuild conventionally uses $(shell cd ... && /bin/pwd) idiom to get the absolute path of the directory because GNU Make 3.80, the minimal supported version at that time, did not support $(abspath ...) or $(realpath ...).
Commit 37d69ee30808 ("docs: bump minimal GNU Make version to 3.81") dropped the GNU Make 3.80 support, so we are now allowed to use those make-builtin helpers.
This conversion will provide better portability without relying on the pwd command or its location /bin/pwd.
I am intentionally using $(realpath ...) instead $(abspath ...) in some places. The difference between the two is $(realpath ...) returns an empty string if the given path does not exist. It is convenient in places where we need to error-out if the makefile fails to create an output directory.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Thierry Reding <treding@nvidia.com>
|
/linux/ |
H A D | Makefile | diff 8e9b466799230bc20a029579e92d4cd526e5a2e1 Sun Aug 20 08:04:11 CEST 2017 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)
Kbuild conventionally uses $(shell cd ... && /bin/pwd) idiom to get the absolute path of the directory because GNU Make 3.80, the minimal supported version at that time, did not support $(abspath ...) or $(realpath ...).
Commit 37d69ee30808 ("docs: bump minimal GNU Make version to 3.81") dropped the GNU Make 3.80 support, so we are now allowed to use those make-builtin helpers.
This conversion will provide better portability without relying on the pwd command or its location /bin/pwd.
I am intentionally using $(realpath ...) instead $(abspath ...) in some places. The difference between the two is $(realpath ...) returns an empty string if the given path does not exist. It is convenient in places where we need to error-out if the makefile fails to create an output directory.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Thierry Reding <treding@nvidia.com>
|