From 7bfa4139adfb9175ade8787a425a3baedee7a748 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 20 Mar 2011 00:02:21 +0100 Subject: scripts: leave changelog in build dir, copy to install dir Users tend to look for the build log in the current working directory, rather than in the toolchain's installation dir. While bundling the build log in the toolchain installation dir is nice for distribution and review, it can be easier to have the build log readily available in the working directory, as it is quicker to get to it. So, the build log stays in the working directory until the toolchain is completely and successfully built, and then a (compressed) copy is made. Reported-by: Trevor Woerner Signed-off-by: "Yann E. MORIN" --- .hgignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 00536730..9df08191 100644 --- a/.hgignore +++ b/.hgignore @@ -18,7 +18,7 @@ config.gen/ # Temporaries .*.swp -log.* +build.log .config.old # This is the place where toolchains are built -- cgit v1.2.3