Page MenuHomeFreeBSD

Makefile.inc1: Split _cleanworldtmp out from _worldtmp
ClosedPublic

Authored by jrtc27 on Jul 26 2023, 12:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 20, 12:10 PM
Unknown Object (File)
Mar 6 2025, 9:46 PM
Unknown Object (File)
Mar 4 2025, 7:47 PM
Unknown Object (File)
Feb 4 2025, 10:04 AM
Unknown Object (File)
Feb 1 2025, 3:18 PM
Unknown Object (File)
Jan 24 2025, 5:44 PM
Unknown Object (File)
Jan 21 2025, 6:04 AM
Unknown Object (File)
Jan 21 2025, 3:35 AM
Subscribers
None

Details

Summary

This mirrors _cleanobj vs _obj, and will be used by etcupdate to ensure
its build tree has host tools available when BUILD_WITH_STRICT_TMPPATH
is enabled by default (whether in the source tree, like CheriBSD, or in
a system config file).

Note that due to line length the .MAKE .PHONY dependency line is split
into two, one for the filtered WMAKE_TGTS and one for the filtered
.ALLTARGETS.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable