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
0f5eea32
Commit
0f5eea32
authored
Jan 05, 2010
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: uncompress gecko-sdk to the right place
parent
d3819625
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+7
-7
No files found.
extras/contrib/src/Makefile
View file @
0f5eea32
...
...
@@ -1937,8 +1937,8 @@ gecko-sdk: gecko-sdk-ppc-macosx10.2-1.7.5.tar.gz
$(EXTRACT_GZ)
.gecko
:
gecko-sdk
rm
-rf
..
/gecko-sdk
mv
gecko-sdk
..
rm
-rf
$(PREFIX)
/gecko-sdk
mv
gecko-sdk
$(PREFIX)
mkdir
gecko-sdk
#creating an empty dir is faster than copying the whole dir
(
cd
$<
)
touch
$@
...
...
@@ -1962,11 +1962,11 @@ glib-19990228.zip:
.gecko-win32
:
gecko-sdk-i586-pc-msvc-1.8b1.zip libIDL-0.6.3-win32-bin.zip glib-19990228.zip
unzip gecko-sdk-i586-pc-msvc-1.8b1.zip
rm
-rf
..
/gecko-sdk
mv
gecko-sdk
..
unzip
-j
libIDL-0.6.3-win32-bin.zip libIDL-0.6.3-win32-bin/libIDL-0.6.dll
-d
..
/gecko-sdk/bin
unzip glib-19990228.zip glib-1.2.dll
-d
..
/gecko-sdk/bin
chmod
a+x
..
/gecko-sdk/bin/
*
rm
-rf
$(PREFIX)
/gecko-sdk
mv
gecko-sdk
$(PREFIX)
unzip
-j
libIDL-0.6.3-win32-bin.zip libIDL-0.6.3-win32-bin/libIDL-0.6.dll
-d
$(PREFIX)
/gecko-sdk/bin
unzip glib-19990228.zip glib-1.2.dll
-d
$(PREFIX)
/gecko-sdk/bin
chmod
a+x
$(PREFIX)
/gecko-sdk/bin/
*
touch
$@
CLEAN_FILE
+=
.gecko-win32
...
...
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