aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75e1b17..488774e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2018-11-29 Florian Weimer <fweimer@redhat.com>
+
+ * posix/Makefile (before-compile): Remove testcases.h and
+ ptestcases.h.
+ (generated): Add testcases.h and ptestcases.h.
+ (testcases.h, ptestcases.h): Move to $(objpfx).
+ (runtests.o): Add dependency on testcases.h.
+ (runptests.o): Add dependency on ptestcases.h.
+ * posix/testcases.h, posix/ptestcases.h: Remove files.
+ * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps): Do
+ not touch posix/testcases.h and posix/ptestcases.h.
+
2018-11-28 Florian Weimer <fweimer@redhat.com>
support: Add signal support to support_capture_subprocess_check.