]> arthur.barton.de Git - ax-make.git/commit
Refactor recursion logic, add AX_AUTO_RECURSE_DISABLE option
authorAlexander Barton <alexander.barton@thomas-daily.de>
Fri, 15 May 2020 11:04:34 +0000 (13:04 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 15 May 2020 11:20:31 +0000 (13:20 +0200)
commit3fd998ed3ee398d75c1291f289c894d56e69f3a9
tree2d591210b142732d0684f36bc0e4dda302be5c9d
parent88bf314a0e8e87760120c18f6f3fe0e5bb13c92b
Refactor recursion logic, add AX_AUTO_RECURSE_DISABLE option

This allows to ...

- Disable auto-recursion behaviour by setting AX_AUTO_RECURSE_DISABLE=1
- Specifying the default targets (for "make" without any targets listed
  by overwriting the "default" target)
- Building sub-trees by adding support for "make <dir> [...]" invocation
Makefile.ax