ref: 32bca36f510865da274c6b4ecaed12a74c43d4ea
parent: 76db4d599a6c5d88592b98a525faf83f48545161
parent: e636af13e7eef2ba684313c837d2e9554386962b
author: James Zern <[email protected]>
date: Mon Jul 22 08:55:29 EDT 2013
Merge "configure: default configure log to config.log"
--- a/.gitignore
+++ b/.gitignore
@@ -16,7 +16,7 @@
/.install-*
/.libs
/Makefile
-/config.err
+/config.log
/config.mk
/decode_to_md5
/decode_to_md5.c
--- a/README
+++ b/README
@@ -97,7 +97,7 @@
5. Configuration errors
If the configuration step fails, the first step is to look in the error log.
- This defaults to config.err. This should give a good indication of what went
+ This defaults to config.log. This should give a good indication of what went
wrong. If not, contact us for support.
SUPPORT
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -75,7 +75,7 @@
Build options:
--help print this message
- --log=yes|no|FILE file configure log is written to [config.err]
+ --log=yes|no|FILE file configure log is written to [config.log]
--target=TARGET target platform tuple [generic-gnu]
--cpu=CPU optimize for a specific cpu rather than a family
--extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]
@@ -1304,7 +1304,7 @@
}
enable logging
-logfile="config.err"
+logfile="config.log"
self=$0
process() {
cmdline_args="$@"