summaryrefslogtreecommitdiff
path: root/python/makefile.py
AgeCommit message (Collapse)Author
2022-05-26build: reformat makefile.pyDavid Lamparter
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2022-05-26build: add a bunch of comments to makefile.pyDavid Lamparter
... to (maybe?) make understandable what it's doing. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2022-05-26build: fix LLVM bitcode per-target CFLAGSDavid Lamparter
When automake decides to customize CFLAGS, use those for building LLVM bitcode files too. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2021-02-23build: extract xrefsDavid Lamparter
Signed-off-by: David Lamparter <equinox@diac24.net>
2020-10-07*: reformat python fileswhitespace
We are now using black. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2020-07-17build: fix Makefile rule redefinitionDavid Lamparter
Signed-off-by: David Lamparter <equinox@diac24.net>
2020-05-05build: add LLVM bitcode targetsDavid Lamparter
Just an easy way to produce LLVM .bc (bitcode) files. Not used during normal builds. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2020-05-05build: rework Makefile var extraction... againDavid Lamparter
*sigh* I can't seem to catch a break on this. Add a regex variant. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2020-04-27build: make clippy Makefile rules nicerDavid Lamparter
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>