]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update conform/Makefile mkdir commands.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 9 Nov 2018 17:40:58 +0000 (17:40 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 9 Nov 2018 17:40:58 +0000 (17:40 +0000)
commit91faaa93a5bb1da37f24c82269d830dcd7f2596f
tree445b75797afb8a8cf239d9af14835db855f8501b
parentc3ec097256a1fad362bdc9cdaf56fddf3c621d10
Update conform/Makefile mkdir commands.

conform/Makefile creates $(@D)/scratch for the per-standard per-header
tests.  That directory was formerly used by the Perl scripts for
temporary files, but the Python implementations use
tempfile.TemporaryDirectory to get such files cleaned up
automatically.  This patch changes the Makefile to create only $(@D)
(required for the output redirection to work), not the scratch
subdirectory.

Tested for x86_64.

* conform/Makefile ($(conformtest-header-tests)): Create $(@D),
not $(@D)/scratch.
($(linknamespace-header-tests)): Likewise.
ChangeLog
conform/Makefile