test-container: Install with $(all-subdirs) [BZ #24794]
commit35e038c1d2ccb3a75395662f9c4f28d85a61444f
authorTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Mon, 22 Jul 2019 20:34:13 +0000 (22 17:34 -0300)
committerTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Tue, 23 Jul 2019 13:14:26 +0000 (23 10:14 -0300)
tree2d896531648d33aa7078f90bf15f84979f2e1e9d
parent95da14dac04b494149290d85bc5306226e30839e
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>
ChangeLog
Makefile