The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=765442a8b5f1fda45c5a7bc10de8e56d87fc8845
commit 765442a8b5f1fda45c5a7bc10de8e56d87fc8845 Author: Ed Maste <[email protected]> AuthorDate: 2026-01-02 20:16:00 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-01-06 14:30:11 +0000 Makefile.inc1: Indicate that no-clean builds are on by default PR: 292130 (cherry picked from commit a6afa194f382e4f81277fdc7e81e229d3c8caf5f) --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 2c4a73c5c743..d600ea24c200 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2,7 +2,7 @@ # # Make command line options: # -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir -# -DNO_CLEAN do not clean at all +# -DNO_CLEAN do not clean at all (enabled by default) # -DDB_FROM_SRC use the user/group databases in src/etc instead of # the system database when installing. # -DNO_SHARE do not go into share subdir
