From 250102c8449c06ef1428e7838cdb556c830659d9 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 29 Nov 2018 13:51:25 +0100 Subject: 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. --- scripts/build-many-glibcs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/build-many-glibcs.py') 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', -- cgit 1.4.1