aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-11-29 13:51:25 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-11-29 13:51:25 +0100
commit250102c8449c06ef1428e7838cdb556c830659d9 (patch)
treea913fdbaef81222e494cea537cdbe002b58f9d1b /scripts
parent96cd0558bcd69481ccc42e1b392f0c0b36fce2b0 (diff)
downloadglibc-250102c8449c06ef1428e7838cdb556c830659d9.zip
glibc-250102c8449c06ef1428e7838cdb556c830659d9.tar.gz
glibc-250102c8449c06ef1428e7838cdb556c830659d9.tar.bz2
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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-many-glibcs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 98acabc..9051ff1 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -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',