> On 24 Jun 2022, at 17:03, Anthony PERARD <anthony.per...@citrix.com> wrote: > > gdbsx/: > - Make use of subdir facility for the "clean" target. > - No need to remove the *.a, they aren't in this dir. > - Avoid calling "distclean" in subdirs as "distclean" targets do only > call "clean", and the "clean" also runs "clean" in subdirs. > - Avoid the need to make "gx_all.a" and "xg_all.a" in the "all" > recipe by forcing make to check for update of "xg/xg_all.a" and > "gx/gx_all.a" by having "FORCE" as prerequisite. Now, when making > "gdbsx", make will recurse even when both *.a already exist. > - List target in $(TARGETS). > > gdbsx/*/: > - Fix dependency on *.h. > - Remove some dead code. > - List targets in $(TARGETS). > - Remove "build" target. > - Cleanup "clean" targets. > - remove comments about the choice of "ar" instead of "ld" > - Use "$(AR)" instead of plain "ar". > > Signed-off-by: Anthony PERARD <anthony.per...@citrix.com> Hi Antony, Reviewed-by: Luca Fancellu <luca.fance...@arm.com>
- [XEN PATCH v3 00/25] Toolstack build system improvement, ... Anthony PERARD
- [XEN PATCH v3 09/25] tools/xenpaging: Rework makefil... Anthony PERARD
- [XEN PATCH v3 08/25] tools/libfsimage: Cleanup makef... Anthony PERARD
- [XEN PATCH v3 06/25] tools/fuzz/x86_instruction_emul... Anthony PERARD
- Re: [XEN PATCH v3 06/25] tools/fuzz/x86_instruct... Luca Fancellu
- [XEN PATCH v3 03/25] tools/examples: cleanup Makefil... Anthony PERARD
- Re: [XEN PATCH v3 03/25] tools/examples: cleanup... Luca Fancellu
- [XEN PATCH v3 01/25] tools/console: have one Makefil... Anthony PERARD
- Re: [XEN PATCH v3 01/25] tools/console: have one... Luca Fancellu
- [XEN PATCH v3 02/25] tools/debugger/gdbsx: Fix and c... Anthony PERARD
- Re: [XEN PATCH v3 02/25] tools/debugger/gdbsx: F... Luca Fancellu
- [XEN PATCH v3 13/25] tools/libs/util: cleanup Makefi... Anthony PERARD
- Re: [XEN PATCH v3 13/25] tools/libs/util: cleanu... Juergen Gross
- Re: [XEN PATCH v3 13/25] tools/libs/util: cleanu... Bertrand Marquis
- [XEN PATCH v3 05/25] tools/fuzz/libelf: rework makef... Anthony PERARD
- Re: [XEN PATCH v3 05/25] tools/fuzz/libelf: rewo... Luca Fancellu
- [XEN PATCH v3 04/25] tools/firmware/hvmloader: rewor... Anthony PERARD
- Re: [XEN PATCH v3 04/25] tools/firmware/hvmloade... Luca Fancellu
- Re: [XEN PATCH v3 04/25] tools/firmware/hvml... Anthony PERARD
- Re: [XEN PATCH v3 04/25] tools/firmware/... Luca Fancellu
- Re: [XEN PATCH v3 04/25] tools/firmware/hvml... Jan Beulich