]> git.ipfire.org Git - thirdparty/libbsd.git/commit
test: Do not use /dev/null as compiler output file
authorGuillem Jover <guillem@hadrons.org>
Mon, 17 Apr 2023 21:59:19 +0000 (23:59 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 17 Apr 2023 23:09:05 +0000 (01:09 +0200)
commit90b7f3aeba2805e06181286b442429b136540214
tree83f379fcae264dc6ccea971db13efbfc13204843
parent426bf45278cf3edf228b9aa0e3319e7070fc1b57
test: Do not use /dev/null as compiler output file

Some ld(1) implementations, such as the one on AIX, do not support using
/dev/null as the output filename for the compiled object.

Use an actual filename that we will then clean up.
test/headers-overlay.sh
test/headers-system.sh