aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>2019-07-24 19:49:00 -0300
committerTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>2019-07-29 10:31:06 -0300
commit354e4c1adddb1da19c1043e3e5db61ee2148d912 (patch)
tree37f671995e82c3680c5be639bdafb0e0df515d53 /ChangeLog
parent50ce3eae5ba304650459d4441d7d246a7cefc26f (diff)
downloadglibc-354e4c1adddb1da19c1043e3e5db61ee2148d912.zip
glibc-354e4c1adddb1da19c1043e3e5db61ee2148d912.tar.gz
glibc-354e4c1adddb1da19c1043e3e5db61ee2148d912.tar.bz2
test-container: Install with $(sorted-subdirs) [BZ #24794]
Commit 35e038c1d2ccb3a75395662f9c4f28d85a61444f started to use an incomplete list of subdirs based on $(all-subdirs) causing testroot.pristine to miss files from nss. Tested if the list of files in testroot.pristine remains the same. [BZ #24794] * Makeconfig (all-subdirs): Improved source comments. * Makefile (testroot.pristine/install.stamp): Pass subdirs='$(sorted-subdirs)' to make install.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbdb85d..b4b6bc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2019-07-29 DJ Delorie <dj@redhat.com>
+ Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
+
+ [BZ #24794]
+ * Makeconfig (all-subdirs): Improved source comments.
+ * Makefile (testroot.pristine/install.stamp): Pass
+ subdirs='$(sorted-subdirs)' to make install.
+
2019-07-25 Florian Weimer <fweimer@redhat.com>
[BZ #24677]