Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
85f037cd
Commit
85f037cd
authored
Nov 26, 2005
by
zorglub
Browse files
Use command-line arguments in compile script
parent
7000eebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
85f037cd
...
...
@@ -5114,7 +5114,7 @@ dnl for a in `./vlc-config --target plugin` ; do echo $a; done | sed -e 's,modul
dnl Shortcut to nice compile message
rm -f compile
echo '#! /bin/sh' >compile
echo "PATH=$PATH LANG=C make 2>&1 | ${srcdir}/extras/make.pl" >>compile
echo "PATH=$PATH LANG=C make 2>&1
$*
| ${srcdir}/extras/make.pl" >>compile
chmod a+x compile
printf "
...
...
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