Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
dd5d3f52
Commit
dd5d3f52
authored
Nov 17, 2010
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bootstrap: Use a link to distro file instead of a copy.
parent
cc3200cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
extras/contrib/bootstrap
extras/contrib/bootstrap
+4
-9
No files found.
extras/contrib/bootstrap
View file @
dd5d3f52
...
...
@@ -149,14 +149,6 @@ rm -f "${config_mak}"
echo
"# Make changes if you know what you're doing."
}
>
"
${
config_mak
}
"
# Create distro.mak
distro_mak
=
"
${
BUILDDIR
}
/distro.mak"
rm
-f
"
${
distro_mak
}
"
{
echo
"# Automatically generated by bootstrap"
echo
"# Make changes if you know what you're doing."
}
>
"
${
distro_mak
}
"
if
test
"
$TARGET
"
!=
"
$BUILD
"
;
then
test
-z
"
$CC
"
&&
CC
=
"
${
TARGET
}
-gcc"
test
-z
"
$CXX
"
&&
CXX
=
"
${
TARGET
}
-g++"
...
...
@@ -312,7 +304,10 @@ fi
# Default Unix-like systems
hint_distro unix
cat
src/Distributions/
"
${
DISTRO
}
"
.mak
>>
"
${
distro_mak
}
"
distro_mak
=
"
${
BUILDDIR
}
/distro.mak"
distro_file
=
"
`
pwd
`
/src/Distributions/
${
DISTRO
}
.mak"
rm
"
${
distro_mak
}
"
ln
-sf
"
${
distro_file
}
"
"
${
distro_mak
}
"
#
# Distro specific settings
...
...
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