]> git.ipfire.org Git - thirdparty/valgrind.git/commit
auxchecks: use outer configure make and compilers
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 7 Mar 2023 07:00:03 +0000 (08:00 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 7 Mar 2023 07:00:03 +0000 (08:00 +0100)
commit2715ad4ab5bc0be1e6a3e87aae29cfab90e01668
treeb08b3e9ad860d9a80a9d9d77cdbb34055059b8e9
parente8d4d64e46cde7507c3716ad8094d886e8824fa4
auxchecks: use outer configure make and compilers

On FreeBSD the hard coded 'make' will switch to BSD make rather
than the outer configure make - GNU make.

Similarly for systems with gcc and clang installed then an outer
'configure CC=clang' and then make auxchecks doesn't propagate
the CC to the inner gsl configure, which will use gcc.

Still need some work on the tarball checksum calculation.
auxprogs/Makefile.am