diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> | 2019-07-24 19:49:00 -0300 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> | 2019-07-29 10:31:06 -0300 |
commit | 354e4c1adddb1da19c1043e3e5db61ee2148d912 (patch) | |
tree | 37f671995e82c3680c5be639bdafb0e0df515d53 /Makeconfig | |
parent | gconv: Check reference count in __gconv_release_cache [BZ #24677] (diff) | |
download | glibc-354e4c1adddb1da19c1043e3e5db61ee2148d912.tar.gz glibc-354e4c1adddb1da19c1043e3e5db61ee2148d912.tar.bz2 glibc-354e4c1adddb1da19c1043e3e5db61ee2148d912.zip |
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 'Makeconfig')
-rw-r--r-- | Makeconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makeconfig b/Makeconfig index 0e386fbc19..fd36c58c04 100644 --- a/Makeconfig +++ b/Makeconfig @@ -1267,9 +1267,9 @@ else libsupport = $(common-objpfx)support/libsupport.a endif -# These are the subdirectories containing the library source. The order -# is more or less arbitrary. The sorting step will take care of the -# dependencies. +# This is a partial list of subdirectories containing the library source. +# The order is more or less arbitrary. The sorting step will take care of the +# dependencies and generate sorted-subdirs dynamically. all-subdirs = csu assert ctype locale intl catgets math setjmp signal \ stdlib stdio-common libio malloc string wcsmbs time dirent \ grp pwd posix io termios resource misc socket sysvipc gmon \ |