Age | Commit message (Collapse) | Author |
|
Some of these are that I hadn't originally designed autothing v3 to work
with --warn-undefined-variables.
Others are just straight-up bugs from inadequate testing.
|
|
- core: Actually support at.Makefile; how it set the internal variable
_at.MAKEFILE_LIST was broken if $(at.Makefile) != Makefile
- mod: dist:
* Don't try to distribute $(files.src.int) files.
* Add a comment noting that the lack of the `-P` flag to `cp` is not a
bug.
- mod: gitfiles:
* Correctly list files in $(topsrcdir).
* Also enumerate files in git submodules.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Make at.relto public, as mod-dist needs it
- Include the correct files in .head.mk
- Sort the head includes forwards
- Sort the tail includes backwards
- Correctly prefix at.{sub,dep}dirs with $(outdir)
- Undefine variables after they have been namespaced.
- Don't try to access at.{sub,dep}dirs after they have been undefined
|
|
|
|
|
|
|