Page MenuHomeFreeBSD

Improve logic of CLEANFILES+=${PROG_FULL}.{bc,ll}.
ClosedPublic

Authored by jonathan on Oct 17 2017, 4:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 21, 1:32 AM
Unknown Object (File)
Sat, Jul 18, 2:10 AM
Unknown Object (File)
Sun, Jul 12, 5:18 PM
Unknown Object (File)
Sat, Jul 4, 5:04 AM
Unknown Object (File)
Wed, Jul 1, 8:03 PM
Unknown Object (File)
Wed, Jun 24, 9:13 AM
Unknown Object (File)
Jun 19 2026, 6:13 PM
Unknown Object (File)
Jun 18 2026, 4:42 PM
Subscribers
None

Details

Summary

The build rule describing how to create ${PROG_FULL}.{bc,ll} is only
dependent on LLVM_LINK being defined, not on MK_DEBUG_FILES being "yes".
Move the addition of ${PROG_FULL}.{bc,ll} out of the conditional block
under .if ${MK_DEBUG_FILES} != "no" and up next to where the build
rules for ${PROG_FULL}.{bc,ll} are defined.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Oct 17 2017, 5:21 PM
This revision was automatically updated to reflect the committed changes.