aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2012-09-03 11:22:01 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2012-09-03 11:22:01 +0100
commitd5047e1a1ce16d9d00d485c563c08e6662a91fb4 (patch)
tree2ba8c1cb9c8efa3ed062d14686eef51a57e69b83 /.hgignore
parentd0a6bfdbf8a3f11e807624c6ff7b93f1f7b25a56 (diff)
downloadxen-d5047e1a1ce16d9d00d485c563c08e6662a91fb4.tar.gz
xen-d5047e1a1ce16d9d00d485c563c08e6662a91fb4.tar.bz2
xen-d5047e1a1ce16d9d00d485c563c08e6662a91fb4.zip
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 <ian.jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
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$