Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
041605f1
Commit
041605f1
authored
Nov 26, 2011
by
Rafaël Carré
Browse files
extra/tools: tar and xz can be built independantly
parent
ba7eaded
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/tools/tools.mak
View file @
041605f1
...
...
@@ -95,7 +95,7 @@ tar: tar-$(TAR_VERSION).tar.bz2
$(UNPACK)
$(MOVE)
.tar
:
tar
.xz
.tar
:
tar
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
...
...
@@ -112,7 +112,7 @@ xz: xz-$(XZ_VERSION).tar.bz2
$(UNPACK)
$(MOVE)
.xz
:
xz
.tar
.xz
:
xz
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
...
...
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