summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.head.mk
AgeCommit message (Collapse)Author
2017-01-30(libretools) Fix bugs in autothing.Luke Shumaker
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.
2017-01-17Backport fixes from work on parabola-hackers.git.Luke Shumaker
- 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.
2017-01-16core: Derp, the at.relbase function was broken.Luke Shumaker
2016-08-10(systemd) fix build systemLuke Shumaker
2016-08-08(systemd) speed upLuke Shumaker
2016-08-07(systemd) stuffLuke Shumaker
2016-06-12(systemd) fixLuke Shumaker
2016-06-12(systemd) at.addprefix: fixLuke Shumaker
2016-06-12(systemd) add at.addprefix, a safe root-aware addprefix for directoriesLuke Shumaker
2016-05-30fixLuke Shumaker
- 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
2016-05-29add checks that top{src,out}dir are setLuke Shumaker
2016-05-29work on thingsLuke Shumaker
2016-05-27move everything into build-auxLuke Shumaker