The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=a6afa194f382e4f81277fdc7e81e229d3c8caf5f

commit a6afa194f382e4f81277fdc7e81e229d3c8caf5f
Author:     Ed Maste <[email protected]>
AuthorDate: 2026-01-02 20:16:00 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2026-01-02 20:16:00 +0000

    Makefile.inc1: Indicate that no-clean builds are on by default
    
    PR:             292130
---
 Makefile.inc1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc1 b/Makefile.inc1
index 8966f96de9b9..a6181b78125b 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

Reply via email to