Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jan 2026 14:30:31 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 765442a8b5f1 - stable/15 - Makefile.inc1: Indicate that no-clean builds are on by default
Message-ID:  <695d1c87.d5f7.5429b1d7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by emaste:

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

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695d1c87.d5f7.5429b1d7>