#
550137ea |
| 11-Jan-2025 |
John Baldwin <jhb@FreeBSD.org> |
universe: Permit requesting a specific version of GCC
If USE_GCC_TOOLCHAINS is set to a value matching the pattern 'gcc*', use that as the GCC version. For example, USE_GCC_TOOLCHAINS=gcc16 would u
universe: Permit requesting a specific version of GCC
If USE_GCC_TOOLCHAINS is set to a value matching the pattern 'gcc*', use that as the GCC version. For example, USE_GCC_TOOLCHAINS=gcc16 would use amd64-gcc16 for amd64, etc. If the variable is set to a value that doesn't match that pattern, use the default version.
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D48418
show more ...
|
Revision tags: release/14.2.0 |
|
#
02dc1582 |
| 14-Nov-2024 |
Ed Maste <emaste@FreeBSD.org> |
build: note that DESTDIR must be an absolute path
PR: 282737 Sponsored by: The FreeBSD Foundation
|
#
75af1320 |
| 13-Nov-2024 |
Ed Maste <emaste@FreeBSD.org> |
build: note that MAKEOBJDIRPREFIX must be absolute
PR: 282711 Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D47538
|
Revision tags: release/13.4.0 |
|
#
1d26746c |
| 19-Aug-2024 |
Mark Johnston <markj@FreeBSD.org> |
build.7: Document the packages target
Reviewed by: manu, emaste MFC after: 1 week Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D46286
|
#
afa166be |
| 04-Jun-2024 |
Mitchell Horne <mhorne@FreeBSD.org> |
build.7: update cross-compile example
Replace armv6 with the more-relevant arm64.
MFC after: 3 days
|
#
a8a2d5ef |
| 02-Jun-2024 |
Alexander Ziaee <concussious@runbox.com> |
build.7: +freebsd to description, link development
Reviewed by: mhorne MFC after: 3 days Pull Request: https://github.com/freebsd/freebsd-src/pull/1273
|
#
8327796c |
| 02-Jun-2024 |
Alexander Ziaee <concussious@runbox.com> |
build.7: nit section order, tag spdx
Reviewed by: mhorne MFC after: 3 days Pull Request: https://github.com/freebsd/freebsd-src/pull/1273
|
Revision tags: release/14.1.0, release/13.3.0 |
|
#
ffc4f93e |
| 02-Jan-2024 |
Benedict Reuschling <bcr@FreeBSD.org> |
Fix typos in man pages under /share/man
Found using: devel/py-proselint
|
Revision tags: release/14.0.0 |
|
#
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
#
21ef3591 |
| 01-Aug-2023 |
John Baldwin <jhb@FreeBSD.org> |
build.7: Document several toolchain make variables.
Document CROSS_TOOLCHAIN, UNIVERSE_TOOLCHAIN, and USE_GCC_TOOLCHAINS.
Differential Revision: https://reviews.freebsd.org/D40778
|
Revision tags: release/13.2.0 |
|
#
fa4651d7 |
| 03-Mar-2023 |
Ed Maste <emaste@FreeBSD.org> |
build.7: remove reference to deprecated mergemaster
Sponsored by: The FreeBSD Foundation
|
Revision tags: release/12.4.0, release/13.1.0 |
|
#
3e65b7d9 |
| 11-Feb-2022 |
Warner Losh <imp@FreeBSD.org> |
cleankernel: A target to delete the kernel compile file
With the meta-build, it's always a NO_CLEAN build. Provide a way to remove so one can rebuild from scratch. 'cleankernel' will delete the kern
cleankernel: A target to delete the kernel compile file
With the meta-build, it's always a NO_CLEAN build. Provide a way to remove so one can rebuild from scratch. 'cleankernel' will delete the kernel and modules object directories. Document this in build(7).
Sponsored by: Netflix Reviewed by: debdrup, markj Differential Revision: https://reviews.freebsd.org/D32978
show more ...
|
Revision tags: release/12.3.0 |
|
#
805c3af8 |
| 10-Aug-2021 |
Mark Johnston <markj@FreeBSD.org> |
build.7: Describe the default value for LOCAL_MODULES
Suggested by: jhb MFC after: 1 week
|
#
e7a13643 |
| 10-Aug-2021 |
Mark Johnston <markj@FreeBSD.org> |
build.7: Document LOCAL_MODULES and LOCAL_MODULES_DIR
Reviewed by: 0mp, imp MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D31461
|
#
1f7d11e6 |
| 01-Jul-2021 |
Ceri Davies <ceri@FreeBSD.org> |
build.7: remove documentation of "make update"
update target was removed in e290182bcf3895ca659dff111bca6a077c4708b1
|
#
7fbc0c98 |
| 15-May-2021 |
Mitchell Horne <mhorne@FreeBSD.org> |
build(7): use a more relevant example for PORTS_MODULES
emulators/kqemu-kmod no longer exists in the ports tree.
Reviewed by: imp, bcr Differential Revision: https://reviews.freebsd.org/D30261
|
#
e444a4c6 |
| 23-Apr-2021 |
Fernando Apesteguía <fernape@FreeBSD.org> |
build(7): fix references to svn(1) and svnlite(1)
Replace them with references to Git.
PR: 254937 Reported by: m.bueker@berlin.de Approved by: 0mp (mentor) Differential Revision: https://reviews.fr
build(7): fix references to svn(1) and svnlite(1)
Replace them with references to Git.
PR: 254937 Reported by: m.bueker@berlin.de Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D29949
show more ...
|
Revision tags: release/13.0.0 |
|
#
29dd5e7a |
| 25-Mar-2021 |
Warner Losh <imp@FreeBSD.org> |
build.7: Use proper .Dd date from this year
|
#
def657b8 |
| 25-Mar-2021 |
Warner Losh <imp@FreeBSD.org> |
build.7: Document SYSDIR variable
Add a description of the SYSDIR variable.
|
#
7fa2f2a6 |
| 06-Jan-2021 |
Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> |
Rename NO_WERROR -> MK_WERROR=no
As suggested in D27598. This also supports MK_WERROR.clang=no and MK_WERROR.gcc=no to support the existing NO_WERROR.<compiler> uses.
Reviewed By: brooks Differenti
Rename NO_WERROR -> MK_WERROR=no
As suggested in D27598. This also supports MK_WERROR.clang=no and MK_WERROR.gcc=no to support the existing NO_WERROR.<compiler> uses.
Reviewed By: brooks Differential Revision: https://reviews.freebsd.org/D27601
show more ...
|
#
80cedb80 |
| 20-Nov-2020 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Add lists for customizing legacy and bootstrap-tools.
Reviewed by: arichardson Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D27200
|
#
664eefe2 |
| 03-Nov-2020 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
build.7: Mention etcupdate(8) alongside mergemaster(8)
MFC after: 3 days
|
Revision tags: release/12.2.0 |
|
#
e6ca6901 |
| 11-Sep-2020 |
Gordon Bergling <gbe@FreeBSD.org> |
Improvements for the src.conf(5) and build(7) man pages
PR: 203863 (based on) Submitted by: Russell Haley <russ dot haley at gmail dot com> Reviewed by: bcr, imp Approved by: imp MFC after: 1 week
Improvements for the src.conf(5) and build(7) man pages
PR: 203863 (based on) Submitted by: Russell Haley <russ dot haley at gmail dot com> Reviewed by: bcr, imp Approved by: imp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D26343
show more ...
|
#
440cec3f |
| 12-Aug-2020 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: Rubicon Communications, LLC (netgate.com)
|
#
e383ec74 |
| 06-Aug-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r363739 through r363986.
|