Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
32bca36f
Commit
32bca36f
authored
Jul 22, 2013
by
James Zern
Committed by
Gerrit Code Review
Jul 22, 2013
Browse files
Merge "configure: default configure log to config.log"
parents
76db4d59
e636af13
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
32bca36f
...
...
@@ -16,7 +16,7 @@
/.install-*
/.libs
/Makefile
/config.
err
/config.
log
/config.mk
/decode_to_md5
/decode_to_md5.c
...
...
README
View file @
32bca36f
...
...
@@ -97,7 +97,7 @@ COMPILING THE APPLICATIONS/LIBRARIES:
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
...
...
build/make/configure.sh
View file @
32bca36f
...
...
@@ -75,7 +75,7 @@ Options:
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 @@ process_detect() {
}
enable
logging
logfile
=
"config.
err
"
logfile
=
"config.
log
"
self
=
$0
process
()
{
cmdline_args
=
"
$@
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment