summaryrefslogtreecommitdiffstats
path: root/python/makefile.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: extract xrefsDavid Lamparter2021-02-231-0/+12
| | | | Signed-off-by: David Lamparter <equinox@diac24.net>
* *: reformat python fileswhitespace2020-10-071-44/+74
| | | | | | We are now using black. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
* build: fix Makefile rule redefinitionDavid Lamparter2020-07-171-1/+8
| | | | Signed-off-by: David Lamparter <equinox@diac24.net>
* build: add LLVM bitcode targetsDavid Lamparter2020-05-051-0/+25
| | | | | | | Just an easy way to produce LLVM .bc (bitcode) files. Not used during normal builds. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* build: rework Makefile var extraction... againDavid Lamparter2020-05-051-6/+3
| | | | | | *sigh* I can't seem to catch a break on this. Add a regex variant. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* build: make clippy Makefile rules nicerDavid Lamparter2020-04-271-0/+100
These are easy to get subtly wrong, and doing so can cause nondeterministic failures when racing in parallel builds. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>