Re: [Xen-devel] [PATCH 5/5] tools: Do not add top-level tools dir to include path

2015-07-07 Thread Ian Jackson
Ian Campbell writes ("[PATCH 5/5] tools: Do not add top-level tools dir to include path"): > Instead switch to an explicit -include $(XEN_ROOT)/tools/config.h to > pickup config.h. > > Most places already do this, fixup the rest. Acked-by: Ian Jackson __

[Xen-devel] [PATCH 5/5] tools: Do not add top-level tools dir to include path

2015-07-07 Thread Ian Campbell
Instead switch to an explicit -include $(XEN_ROOT)/tools/config.h to pickup config.h. Most places already do this, fixup the rest. Signed-off-by: Ian Campbell --- tools/libfsimage/ext2fs-lib/Makefile | 4 ++-- tools/libfsimage/ext2fs-lib/ext2fs-lib.c | 3 --- tools/misc/Makefile