Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jan 2026 20:23:26 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a6afa194f382 - main - Makefile.inc1: Indicate that no-clean builds are on by default
Message-ID:  <6958293e.3fc68.4a377a20@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by emaste:

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

commit a6afa194f382e4f81277fdc7e81e229d3c8caf5f
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-01-02 20:16:00 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6958293e.3fc68.4a377a20>