mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
The relative subdirectory path of a build target is determined via a separate shell command that issues 'cd' and 'pwd'. Spawning a separate shell is very costly and can lead to extremely slow builds in some circumstances. Replace the shell command with the make built-in command 'realpath' to accomplish the same result more efficiently. Tested-by: Alexander Egorenkov <egorenar@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
14 KiB
14 KiB