From 7746415b7dc0ce7a822a8cb2920d14220b7fe5c1 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 17 Jun 2007 14:51:37 +0000 Subject: The log file is no longer configurable: it is always "${CT_PREFIX_DIR}/build.log". Add an option to compress the log file upon successfull build. Make rendering the toolchain read-only optional. A few eye-candy fixes. --- samples/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'samples') diff --git a/samples/Makefile b/samples/Makefile index 5b9b91f1..0bdc1fe8 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -34,7 +34,6 @@ regtest: sed -i -r -e 's:^.*(CT_LOG_ERROR).*$$:\1=y:;' .config && \ sed -i -r -e 's:^(CT_LOG_LEVEL_MAX)=.*$$:\1="ERROR":;' .config && \ sed -i -r -e 's:^.*(CT_LOG_TO_FILE).*$$:\1=y:;' .config && \ - sed -i -r -e 's:^.*(CT_LOG_FILE).*$$:\1="$${CT_PREFIX_DIR}/build.log":;' .config && \ sed -i -r -e 's:^.*(CT_LOG_PROGRESS_BAR).*$$:\1=y:;' .config && \ yes "" |make -C $(CT_TOP_DIR) defoldconfig >/dev/null 2>&1 && \ make -C $(CT_TOP_DIR) && \ -- cgit v1.2.3