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
F151309401: D8287.diff
Tue, Apr 7, 12:10 PM
F151278555: D8287.id21512.diff
Tue, Apr 7, 7:08 AM
F151258015: D8287.id21509.diff
Tue, Apr 7, 4:06 AM
Unknown Object (File)
Mon, Apr 6, 11:51 PM
Unknown Object (File)
Sat, Apr 4, 1:26 AM
Unknown Object (File)
Tue, Mar 31, 4:48 PM
Unknown Object (File)
Tue, Mar 31, 8:18 AM
Unknown Object (File)
Fri, Mar 20, 8:42 AM

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

Lint
Lint Skipped
Unit
Tests Skipped

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

This part addressed in rS317210 by @bapt

This revision was automatically updated to reflect the committed changes.