]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5601-clone.sh
Merge branch 'jc/make-libpath-template'
authorJunio C Hamano <gitster@pobox.com>
Tue, 6 Feb 2024 22:31:22 +0000 (14:31 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Feb 2024 22:31:22 +0000 (14:31 -0800)
commit07bbe4caabd8adc0525b9649581465c1022cb2a4
tree4b928ad2192996eafbea068cba3305ea7df22ce6
parent097c28db78db288c8087a515d3454f9c83911874
parent4ee286e8e6f7a7d03134ab16389013ad5d14ed07
Merge branch 'jc/make-libpath-template'

The Makefile often had to say "-L$(path) -R$(path)" that repeats
the path to the same library directory for link time and runtime.
A Makefile template is used to reduce such repetition.

* jc/make-libpath-template:
  Makefile: simplify output of the libpath_template
  Makefile: reduce repetitive library paths
Makefile