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:
@ -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',
|
||||
|
Reference in New Issue
Block a user