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)
Mon, Mar 10, 12:01 PM
Unknown Object (File)
Sat, Mar 1, 9:29 PM
Unknown Object (File)
Fri, Feb 28, 7:33 PM
Unknown Object (File)
Tue, Feb 25, 2:42 AM
Unknown Object (File)
Jan 3 2025, 8:34 PM
Unknown Object (File)
Dec 6 2024, 3:17 AM
Unknown Object (File)
Nov 21 2024, 5:01 PM
Unknown Object (File)
Nov 12 2024, 2:53 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 ....