mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Improve overall Makefile performance by dramatically reducing the number of fork and exec system calls through the use of simply expanded variables [1]. Before this change, a simple `make -C libutil` invocation used over 4000 execs, after this change it was reduced to just over 300 execs. [1] https://www.gnu.org/software/make/manual/html_node/Setting.html Reported-by: Ingo Franzki <ifranzki@linux.ibm.com> Tested-by: Ingo Franzki <ifranzki@linux.ibm.com> Reviewed-by: Ingo Franzki <ifranzki@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
16 KiB
16 KiB