From e1d00a45e0f526c7ba98eba7f400987645f18a86 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 21 Sep 2010 16:08:38 +0100 Subject: libxl, buildmakevars2file: Do not relink libxl each time Make Config.mk's definition of buildmakevars2file and tools/libxl/Makefile's rule for _libxl_paths.h generate their files to temporary files and only rename them into place if the intended file has changed. This gets rid of unnecessarily compilation and link steps. Add *.tmp to .hgignore. Signed-off-by: Ian Jackson Acked-by: Keir Fraser --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 965992d787..e9c08742e7 100644 --- a/.hgignore +++ b/.hgignore @@ -11,6 +11,7 @@ .*\.tar\.bz2$ .*\.tar\.gz$ .*~$ +.*\.tmp$ .*\.flc$ .*\.orig$ .*\.rej$ -- cgit v1.2.3