summaryrefslogtreecommitdiff
path: root/tools/build/make.py
AgeCommit message (Expand)Author
2025-08-06cross-build make.py: Permit specifying cross toolchains by a package nameJohn Baldwin
2025-08-06cross-build make.py: Handle lld brew packages on macOSJohn Baldwin
2024-07-27tools/build/make.py: Minor typo fixJose Luis Duran
2024-01-31tools/build/make.py: Avoid Python 3.7+ subprocess.run capture_outputJessica Clarke
2024-01-20tools/build/make.py: Add missing comma to fix tinderbox and worldsJessica Clarke
2023-08-23tools/build/make.py: Make --with-default-sys-path mirror usr.bin/bmakeJessica Clarke
2023-08-23tools/build/make.py: Keep bootstrapped bmake binary up-to-dateJessica Clarke
2023-08-22tools/build/make.py: Grow the list of MI targetsJessica Clarke
2023-08-22tools/build/make.py: Make flake8 cleanJessica Clarke
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-01-29tools/build/make.py: Drop problematic Linux hack for bmake bootstrapJessica Clarke
2022-11-01tools/build/make.py: fix cross build on Fedora LinuxAlfredo Dal'Ava Junior
2021-08-02Allow bootstrapping llvm-tblgen on macOS and LinuxAlex Richardson
2021-03-22tools/build/make.py: Avoid calling brew --prefix on macOS unnecessarilyAlex Richardson
2021-03-01tools/build/make.py: Don't call brew --prefix if --cross-bindir is setAlex Richardson
2021-02-13tools/build/make.py: drop workaround for cc --version not being parsedAlex Richardson
2021-02-03tools/build/make.py: -DNO_CLEAN -> -DWITHOUT_CLEANAlex Richardson
2021-01-07tools/build/make.py: Fix macOS build after a920b9817Alex Richardson
2020-12-04make.py: Also pass STRIPBINAlex Richardson
2020-11-26GH Actions: Use pre-installed clang packagesUlrich Spörlein
2020-11-16Revert "When building on Ubuntu bootstrap bmake with bash as the default shell"Alex Richardson
2020-09-21When building on Ubuntu bootstrap bmake with bash as the default shellAlex Richardson
2020-09-21Add a tools/build/make.py script that bootstraps bmake and then runs the buildAlex Richardson