1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

posix: Do not include testcases.h, ptestcases.h in source tree

These files were both auto-generated and shipped in the source tree.
We can assume that sed is available and always generate the files
during the build.
This commit is contained in:
Florian Weimer
2018-11-29 13:51:25 +01:00
parent 96cd0558bc
commit 250102c844
5 changed files with 22 additions and 501 deletions

View File

@ -846,8 +846,7 @@ class Context(object):
# Some other files have such dependencies but do not need to
# be touched because nothing in a build depends on the files
# in question.
for f in ('locale/C-translit.h', 'posix/ptestcases.h',
'posix/testcases.h', 'sysdeps/gnu/errlist.c',
for f in ('locale/C-translit.h', 'sysdeps/gnu/errlist.c',
'sysdeps/mach/hurd/bits/errno.h',
'sysdeps/sparc/sparc32/rem.S',
'sysdeps/sparc/sparc32/sdiv.S',