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)
Wed, May 13, 11:45 PM
Unknown Object (File)
Wed, May 13, 11:44 PM
Unknown Object (File)
Wed, May 6, 12:51 AM
Unknown Object (File)
Thu, Apr 30, 6:40 PM
Unknown Object (File)
Mon, Apr 27, 1:12 PM
Unknown Object (File)
Fri, Apr 24, 7:26 PM
Unknown Object (File)
Sat, Apr 18, 3:46 PM
Unknown Object (File)
Sat, Apr 18, 2:01 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 ....