Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
6f0954b7
Commit
6f0954b7
authored
May 14, 2007
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More exact documentation and small fix
parent
e54cc504
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
extras/contrib/bootstrap
extras/contrib/bootstrap
+3
-3
No files found.
extras/contrib/bootstrap
View file @
6f0954b7
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
# ***************************************************************************
# ***************************************************************************
if
test
"$#"
-gt
"2"
;
then
if
test
"$#"
-gt
"2"
-o
$1
=
"-h"
-o
$1
=
"--help"
;
then
echo
"Usage:
$0
<host> [distro
]"
>
&2
echo
"Usage:
$0
[host [distro]
]"
>
&2
echo
" Prepare config.mak and distro.mak file."
>
&2
echo
" Prepare config.mak and distro.mak file."
>
&2
exit
1
exit
1
fi
fi
...
@@ -36,7 +36,7 @@ set -e
...
@@ -36,7 +36,7 @@ set -e
set
-x
set
-x
BUILD
=
`
gcc
-dumpmachine
`
BUILD
=
`
gcc
-dumpmachine
`
if
test
"$#"
=
"1"
;
then
if
test
"$#"
-ge
"1"
;
then
HOST
=
"
$1
"
HOST
=
"
$1
"
else
else
HOST
=
"
$BUILD
"
HOST
=
"
$BUILD
"
...
...
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