Page MenuHomeFreeBSD

Move MK_GDB condition out of MK_BINUTILS
ClosedPublic

Authored by emaste on Oct 19 2016, 8:14 PM.
Tags
None
Referenced Files
F103158845: D8287.diff
Thu, Nov 21, 5:40 PM
F103147840: D8287.diff
Thu, Nov 21, 3:06 PM
Unknown Object (File)
Wed, Nov 20, 3:28 PM
Unknown Object (File)
Wed, Nov 20, 1:23 PM
Unknown Object (File)
Mon, Nov 18, 11:06 AM
Unknown Object (File)
Mon, Nov 11, 9:07 PM
Unknown Object (File)
Mon, Nov 11, 2:22 PM
Unknown Object (File)
Mon, Nov 11, 2:20 PM

Details

Summary

After rS307655 MK_GDB is forced to no if MK_BINUTILS == no, so we can simplify gnu/{lib,usr.bin}/Makefile to use only SUBDIR.${MK_GDB} without the compound condition.

Diff Detail

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

Event Timeline

emaste retitled this revision from to Move MK_GDB condition out of MK_BINUTILS.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: imp, marius.

Use the same logic to move MK_GROFF out, as MK_GROFF is forced to no if MK_CXX == no.

Rebase after rS307674. Note that D8298 would introduce a new compound condition that's not trivially simplified and maybe it's not worth doing this.

brooks added a reviewer: brooks.

Seems reasonable. I don't see binutils and gdb as particularly related.

This revision is now accepted and ready to land.Oct 20 2016, 5:14 PM
emaste added inline comments.
gnu/lib/Makefile
11 ↗(On Diff #21547)

This part addressed in rS317210 by @bapt

This revision was automatically updated to reflect the committed changes.