Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161557186
D51828.id160068.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D51828.id160068.diff
View Options
diff --git a/UPDATING b/UPDATING
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,10 @@
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20250808:
+ The CLEAN option has been switched back from default-off to
+ default-on. This reverts the 20240729 change below.
+
20250807:
routed(8) and route6d(8) have moved to the FreeBSD-rip package.
If you use either of these, you should install the new package.
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,5 +1,5 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
-.Dd August 4, 2025
+.Dd August 8, 2025
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -411,8 +411,8 @@
.It Va WITHOUT_CLANG_FULL
Avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of
the Clang C/C++ compiler.
-.It Va WITH_CLEAN
-Clean before building world and/or kernel.
+.It Va WITHOUT_CLEAN
+Do not clean before building world and/or kernel.
.It Va WITHOUT_CPP
Do not build
.Xr cpp 1 .
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -80,6 +80,7 @@
CDDL \
CLANG \
CLANG_BOOTSTRAP \
+ CLEAN \
CPP \
CROSS_COMPILER \
CRYPT \
@@ -200,7 +201,6 @@
BHYVE_SNAPSHOT \
CLANG_EXTRAS \
CLANG_FORMAT \
- CLEAN \
DIALOG \
DETECT_TZ_CHANGES \
DISK_IMAGE_TOOLS_BOOTSTRAP \
diff --git a/tools/build/options/WITH_CLEAN b/tools/build/options/WITH_CLEAN
deleted file mode 100644
--- a/tools/build/options/WITH_CLEAN
+++ /dev/null
@@ -1 +0,0 @@
-Clean before building world and/or kernel.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 5, 8:38 PM (16 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34657874
Default Alt Text
D51828.id160068.diff (1 KB)
Attached To
Mode
D51828: build: Switch CLEAN back on by default
Attached
Detach File
Event Timeline
Log In to Comment