about summary refs log tree commit diff
path: root/scripts/build-many-glibcs.py
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/build-many-glibcs.py
parent96cd0558bcd69481ccc42e1b392f0c0b36fce2b0 (diff)
downloadglibc-250102c8449c06ef1428e7838cdb556c830659d9.tar.gz
glibc-250102c8449c06ef1428e7838cdb556c830659d9.tar.xz
glibc-250102c8449c06ef1428e7838cdb556c830659d9.zip
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/build-many-glibcs.py')
-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 98acabc7a0..9051ff17b1 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',