glibc/conform
Joseph Myers 91faaa93a5 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.
2018-11-09 17:40:58 +00:00
..
data Replace conformtest.pl with conformtest.py. 2018-11-09 13:54:06 +00:00
Makefile Update conform/Makefile mkdir commands. 2018-11-09 17:40:58 +00:00
check-header-lists.sh Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
conformtest.py Replace conformtest.pl with conformtest.py. 2018-11-09 13:54:06 +00:00
glibcconform.py Replace conformtest.pl with conformtest.py. 2018-11-09 13:54:06 +00:00
linknamespace.py Convert linknamespace tests from Perl to Python. 2018-10-30 22:18:34 +00:00
list-header-symbols.py Replace conform/list-header-symbols.pl with a Python script. 2018-08-31 21:19:51 +00:00