]> granicus.if.org Git - strace/commit
Makefile.am: build top directory first
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sat, 5 Aug 2017 18:03:38 +0000 (20:03 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Aug 2017 21:26:35 +0000 (21:26 +0000)
commit7d56c3d808319687c7de4887feb760c800f329ff
tree9020671e664c5617eeaf8d7b0b0568d477498e4e
parent1b93f4032a246e0aa43c2f424921e0aace57b994
Makefile.am: build top directory first

This solves potential issues when tests run first and strace is rebuilt
only after they have finished.  As noted in [1], providing the current
directory explicitly should help.

[1] https://www.gnu.org/software/automake/manual/html_node/Subdirectories.html

* Makefile.am (SUBDIRS): Prepend the current directory.
Makefile.am