Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Casanowow Life for love
VLC-Android
Commits
cc0147b0
Commit
cc0147b0
authored
Jun 27, 2012
by
Edward Wang
Browse files
Makefile: fix small bug
parent
3b7bfd9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
cc0147b0
...
...
@@ -45,7 +45,7 @@ $(VLC_APK): $(LIBVLCJNI) $(JAVA_SOURCES)
@
echo
date
+
"%Y-%m-%d"
>
$(SRC)
/assets/builddate.txt
echo
`
id
-u
-n
`
@
`
hostname
`
>
$(SRC)
/assets/builder.txt
git describe
--always
>
$(SRC)
/assets/revision.txt
echo
`
git describe
--always
`
>
$(SRC)
/assets/revision.txt
$(VERBOSE)
cd
$(SRC)
&&
ant
$(ANT_OPTS)
$(ANT_TARGET)
VLC_MODULES
=
`
./find_modules.sh
$(VLC_BUILD_DIR)
`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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