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
F166091431: D37596.id113791.diff
Tue, Aug 11, 4:00 PM
Unknown Object (File)
Mon, Aug 10, 11:08 AM
Unknown Object (File)
Mon, Aug 10, 2:16 AM
Unknown Object (File)
Sat, Aug 8, 9:36 AM
Unknown Object (File)
Tue, Aug 4, 4:46 AM
Unknown Object (File)
Mon, Aug 3, 1:24 AM
Unknown Object (File)
Tue, Jul 28, 1:29 PM
Unknown Object (File)
Sun, Jul 26, 9:46 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 ....