Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
dfc888f1
Commit
dfc888f1
authored
Feb 27, 2015
by
James Zern
Committed by
Gerrit Code Review
Feb 27, 2015
Browse files
Merge "use LC_ALL=C to sort libvpx_*srcs.txt"
parents
89ee460e
0f96f02b
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs.mk
View file @
dfc888f1
...
...
@@ -179,7 +179,7 @@ INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += $(call enabled,CODEC_EXPORTS)
# based build systems.
libvpx_srcs.txt
:
@
echo
" [CREATE]
$@
"
@
echo
$(CODEC_SRCS)
| xargs
-n1
echo
|
sort
-u
>
$@
@
echo
$(CODEC_SRCS)
| xargs
-n1
echo
|
LC_ALL
=
C
sort
-u
>
$@
CLEAN-OBJS
+=
libvpx_srcs.txt
...
...
@@ -356,7 +356,7 @@ libvpx_test_data_url=http://downloads.webmproject.org/test_data/libvpx/$(1)
libvpx_test_srcs.txt
:
@
echo
" [CREATE]
$@
"
@
echo
$(LIBVPX_TEST_SRCS)
| xargs
-n1
echo
|
sort
-u
>
$@
@
echo
$(LIBVPX_TEST_SRCS)
| xargs
-n1
echo
|
LC_ALL
=
C
sort
-u
>
$@
CLEAN-OBJS
+=
libvpx_test_srcs.txt
$(LIBVPX_TEST_DATA)
:
$(SRC_PATH_BARE)/test/test-data.sha1
...
...
Write
Preview
Markdown
is supported
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