Page MenuHomeFreeBSD

Makefile.inc1: Replace obsolete comment NO_CLEAN by WITHOUT_CLEAN
Needs ReviewPublic

Authored by enweiwu on Dec 3 2022, 11:57 AM.
Referenced Files
Unknown Object (File)
Sun, Jun 21, 12:19 AM
Unknown Object (File)
Sun, Jun 21, 12:14 AM
Unknown Object (File)
Mon, Jun 15, 5:10 AM
Unknown Object (File)
Thu, Jun 4, 3:34 PM
Unknown Object (File)
May 17 2026, 5:08 AM
Unknown Object (File)
May 17 2026, 1:39 AM
Unknown Object (File)
May 13 2026, 11:45 PM
Unknown Object (File)
May 13 2026, 11:44 PM

Details

Reviewers
lwhsu
Summary

CLEAN is an option in src.opts.mk, so use WITHOUT_CLEAN instead of NO_CLEAN comply with option framework.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

What about the other NO_ options there. Should they also be WITHOUT_ ? Thinking about style.

Not related to this patch, but I've for long wanted that "make help" will output all of this text, instead of hiding it inside the Makefile.inc1 ....