From d5047e1a1ce16d9d00d485c563c08e6662a91fb4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 3 Sep 2012 11:22:01 +0100 Subject: libxl: fix api check Makefile Touch the libxl.api-ok stamp file, and unconditionally put in place the new _libxl.api-for-check. This avoids needlessly rerunning the preprocessor on libxl.h each time we call "make". Ensure that _libxl.api-for-check gets the CFLAGS used for xl, so that if it is asked for in a standalone make run it can find xentoollog.h. Remove *.api-ok on clean. Also fix .gitignore. Signed-off-by: Ian Jackson Acked-by: Ian Campbell Committed-by: Ian Campbell --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 5ef6838db6..141809ee32 100644 --- a/.hgignore +++ b/.hgignore @@ -188,6 +188,7 @@ ^tools/libxl/tmp\..*$ ^tools/libxl/.*\.new$ ^tools/libxl/_libxl\.api-for-check +^tools/libxl/libxl\.api-ok ^tools/libvchan/vchan-node[12]$ ^tools/libaio/src/.*\.ol$ ^tools/libaio/src/.*\.os$ -- cgit v1.2.3