Update to bmake-20251111Merge commit '638c66de4a0faa4c2e815e81cd4021c2387c7e0f'
Merge bmake-20250804Fixes bug in meta mode output capture.Merge commit '787302bde4d89279180303b753eb73b9bc6820b9'
bmake: Add a package for bmake and share/mkbmake along with /usr/share/mk seems to meet the criteria for being inits own package: it's self-contained and the majority of users (who areusing binar
bmake: Add a package for bmake and share/mkbmake along with /usr/share/mk seems to meet the criteria for being inits own package: it's self-contained and the majority of users (who areusing binary packages) don't need to install it, so it doesn't belong inFreeBSD-utilities. Instead, put it in its own package.Add a dependency on the new package from:- sendmail (uses make to build its configuration)- NIS (uses make to build the database).But not from examples, because while some of the examples do requiremake, they are intended as examples rather than something to be useddirectly.Reviewed by: manu, sjgDifferential Revision: https://reviews.freebsd.org/D50149
show more ...
Replace last few remaining MAN[1-8] with MANReviewed by: ivyDifferential Revision: https://reviews.freebsd.org/D51530
Merge bmake-20250707Merge commit '3d772e596c1acf76f555c1f51fd8d834e56b0c35'
Merge bmake-20250618
Merge bmake-20250414Merge commit '284d1f7d496806b18558ab55e4654fd5e96d6a3e'
Merge bmake-20250308
Fix mangled bmake makefile
Merge bmake-20250125Merge commit '5ad769f660f3d00853bc739f82d9bc62f6a682cb'
Merge bmake-20240711Merge commit '84691af93185c692058ba55fa81a04103f5bf71b'
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Merge bmake-20240625Merge commit 'dbb5be7f07456d02ce444484c683b130439acb45'
Merge bmake-20240520Merge commit '29efb3dcaedd9cbabc6f96f35545baf2c8b28501'
Merge bmake-20240508Merge commit '3c2ab5fddc576e58f3ffa70dc5fa95144646a513'
Merge bmake-20240430Merge commit '507951f55039f9d1ceae507d510f8cb68225fbc5'
bmake Makefile.config
bmake updated config.h
Update to bmake-20240108
bmake: Fix typo (triple S)Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/955
Merge bmake-20230909Merge commit '1012cf15f75d1e9048779abd07270a37cdba590a'
Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
retire SHARED_TOOLCHAIN knobToolchain components were historically statically linked. They becamenormal dynamically linked executables in commit 6ab18ea64d19. There isno need to keep a special
retire SHARED_TOOLCHAIN knobToolchain components were historically statically linked. They becamenormal dynamically linked executables in commit 6ab18ea64d19. There isno need to keep a special case build option for the toolchain; users whowant statically linked toolchain (or any other) components can use theexisting NO_SHARED knob.Reviewed by: dim, sjgRelnotes: YesSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D41266
123456