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)
Fri, Mar 29, 12:06 AM
Unknown Object (File)
Feb 16 2024, 6:56 AM
Unknown Object (File)
Jan 15 2024, 3:21 PM
Unknown Object (File)
Jan 14 2024, 4:25 PM
Unknown Object (File)
Dec 26 2023, 1:46 AM
Unknown Object (File)
Dec 20 2023, 8:08 AM
Unknown Object (File)
Dec 11 2023, 2:33 PM
Unknown Object (File)
Dec 11 2023, 6:40 AM
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.