From 92898249bd1eb4c6bc0ab28bd78793464eaa1f9b Mon Sep 17 00:00:00 2001 From: Anthony Foiani Date: Fri, 22 Oct 2010 22:02:57 +0200 Subject: scripts: add "FILE" and "CFG" debug levels. I ran into some minor difficulties looking through the build log for a particular file: I wasn't interested in seeing it unpacked, but only when it is built or installed. Adding these two levels allows me to differentiate between those cases. [Yann E. MORIN: Those are blind log levels, and are used only to search in the build-log afterward.] Signed-off-by: Anthony Foiani --- scripts/build/debug/000-template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/debug/000-template.sh') diff --git a/scripts/build/debug/000-template.sh b/scripts/build/debug/000-template.sh index c76c972a..47d2caea 100644 --- a/scripts/build/debug/000-template.sh +++ b/scripts/build/debug/000-template.sh @@ -20,7 +20,7 @@ do_debug_foobar_build() { # For example: # mkdir -p "${CT_BUILD_DIR}/build-foobar" # CT_Pushd "${CT_BUILD_DIR}/build-foobar" - # CT_DoExecLog ALL \ + # CT_DoExecLog CFG \ # "${CT_SRC_DIR}/foobar-${CT_FOOBAR_VERSION}/configure" \ # --build=${CT_BUILD} \ # --host=${CT_TARGET} \ -- cgit v1.2.3