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
e21ae744
Commit
e21ae744
authored
Dec 31, 2009
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: With using-bin target, make sure we don't redo the work more than needed.
parent
b890a56b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
extras/contrib/Makefile
extras/contrib/Makefile
+5
-1
No files found.
extras/contrib/Makefile
View file @
e21ae744
...
@@ -52,7 +52,7 @@ CONTRIBREV=22
...
@@ -52,7 +52,7 @@ CONTRIBREV=22
contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
:
contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
:
$(WGET)
http://downloads.videolan.org/pub/videolan/testing/contrib/
$@
$(WGET)
http://downloads.videolan.org/pub/videolan/testing/contrib/
$@
using-bin
:
contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
hosts/$(HOST)/.$(CONTRIBREV)
:
contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
@
if
test
-d
tmp
;
then
\
@
if
test
-d
tmp
;
then
\
echo
"Move away ./tmp, it's in the way"
;
\
echo
"Move away ./tmp, it's in the way"
;
\
exit
1
;
\
exit
1
;
\
...
@@ -70,6 +70,10 @@ ifdef HAVE_DARWIN_10
...
@@ -70,6 +70,10 @@ ifdef HAVE_DARWIN_10
(cd
$(PREFIX)/lib
&&
sed
-e
's%/usr/lib/libiconv.la%$(PREFIX)/lib/libiconv.la%g'
-i.orig
*.la
&&
rm
-f
*.la.orig)
(cd
$(PREFIX)/lib
&&
sed
-e
's%/usr/lib/libiconv.la%$(PREFIX)/lib/libiconv.la%g'
-i.orig
*.la
&&
rm
-f
*.la.orig)
(cd
src
&&
$(MAKE)
.iconv)
(cd
src
&&
$(MAKE)
.iconv)
endif
endif
touch
hosts/$(HOST)/.$(CONTRIBREV)
using-bin
:
hosts/$(HOST)/.$(CONTRIBREV)
endif
endif
clean-src
:
clean-src
:
...
...
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