summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-17 14:51:37 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-17 14:51:37 (GMT)
commit7746415b7dc0ce7a822a8cb2920d14220b7fe5c1 (patch)
tree3a00225d959787e20a9de88d2027027c1c98e861 /samples
parente1e7d871b2107a5342626d413a109b810a167665 (diff)
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.
Diffstat (limited to 'samples')
-rw-r--r--samples/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/Makefile b/samples/Makefile
index 5b9b91f..0bdc1fe 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) && \