Re: [PATCH] block: Refactor subdirectory recursion during make

2020-06-08 Thread Kevin Wolf
Am 08.06.2020 um 19:33 hat Eric Blake geschrieben: > Rather than listing block/monitor from the top-level Makefile.objs, we > should instead list monitor from block/Makefile.objs. > > Suggested-by: Kevin Wolf > Fixes: bb4e58c613 > Signed-off-by: Eric Blake Thanks, applied to the block branch.

[PATCH] block: Refactor subdirectory recursion during make

2020-06-08 Thread Eric Blake
Rather than listing block/monitor from the top-level Makefile.objs, we should instead list monitor from block/Makefile.objs. Suggested-by: Kevin Wolf Fixes: bb4e58c613 Signed-off-by: Eric Blake --- Makefile.objs | 2 +- block/Makefile.objs | 1 + 2 files changed, 2 insertions(+), 1 deleti