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
60660410
Commit
60660410
authored
May 20, 2014
by
James Zern
Committed by
Gerrit Code Review
May 20, 2014
Browse files
Merge "configure.sh: only execute toupper when necessary"
parents
7af34402
e5b8bd02
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
60660410
...
...
@@ -1284,8 +1284,8 @@ print_config_mk() {
local
makefile
=
$2
shift
2
for
cfg
;
do
upname
=
"
`
toupper
$cfg
`
"
if
enabled
$cfg
;
then
upname
=
"
`
toupper
$cfg
`
"
echo
"
${
prefix
}
_
${
upname
}
=yes"
>>
$makefile
fi
done
...
...
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