Makefile: assemble package file lists before calling post-build scripts
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Wed, 18 Mar 2020 15:58:13 +0000 (16:58 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 20 Mar 2020 21:17:28 +0000 (22:17 +0100)
commitd4d52d907b9e6651be4f3ecfec5631122073f3cc
treea85bac67ef7d4e424981248c5ebe0efd5f110e10
parent9f876c7f16a0aef8aa86ef5873b8db07aa00dce5
Makefile: assemble package file lists before calling post-build scripts

Post-build scripts may want to do something based on the list of files
installed by a package. However, since commit
0e2be4db8ab01d479177a3a187c22525752195ae the final packages-file-lists.txt
file is only created _after_ the post-build scripts.

Move the assembly of the file lists upwards, before the post-build scripts.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Makefile