diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-11-29 13:51:25 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-11-29 13:51:25 +0100 |
commit | 250102c8449c06ef1428e7838cdb556c830659d9 (patch) | |
tree | a913fdbaef81222e494cea537cdbe002b58f9d1b /scripts | |
parent | 96cd0558bcd69481ccc42e1b392f0c0b36fce2b0 (diff) | |
download | glibc-250102c8449c06ef1428e7838cdb556c830659d9.tar glibc-250102c8449c06ef1428e7838cdb556c830659d9.tar.gz glibc-250102c8449c06ef1428e7838cdb556c830659d9.tar.bz2 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')
-rwxr-xr-x | scripts/build-many-glibcs.py | 3 |
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', |