]> git.ipfire.org Git - thirdparty/glibc.git/commit
test-container: Install with $(all-subdirs) [BZ #24794]
authorTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Mon, 22 Jul 2019 20:34:13 +0000 (17:34 -0300)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 27 Jan 2022 15:28:12 +0000 (07:28 -0800)
commitedceb7f52045931035018fa89824fd5d7a8c875c
tree0316c753984fe4362d5641a5f91e30d99eec0b2a
parent2c9083f93ded1b9754d0ad302a05e0c5c1a57dbc
test-container: Install with $(all-subdirs) [BZ #24794]

Whenever a sub-make is created, it inherits the variable subdirs from its
parent.  This is also true when make check is called with a restricted
list of subdirs.  In this scenario, make install is executed "partially"
and testroot.pristine ends up with an incomplete installation.

[BZ #24794]
* Makefile (testroot.pristine/install.stamp): Pass
subdirs='$(all-subdirs)' to make install.

Reviewed-by: DJ Delorie <dj@redhat.com>
(cherry picked from commit 35e038c1d2ccb3a75395662f9c4f28d85a61444f)
Makefile