Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
fc4385ea
Commit
fc4385ea
authored
Mar 03, 2011
by
KO Myung-Hun
Committed by
Rémi Duraffort
Apr 03, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use $(LN_S) instead of 'ln -s'
Signed-off-by:
Rémi Duraffort
<
ivoire@videolan.org
>
parent
3da2e51e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
Makefile.am
Makefile.am
+10
-10
No files found.
Makefile.am
View file @
fc4385ea
...
@@ -110,7 +110,7 @@ AUTOMAKE_OPTIONS = \
...
@@ -110,7 +110,7 @@ AUTOMAKE_OPTIONS = \
ChangeLog
:
Makefile.am
ChangeLog
:
Makefile.am
rm
-f
--
"
$@
"
rm
-f
--
"
$@
"
cd
doc
&&
$(MAKE)
$(AM_MAKEFLAGS)
changelogs
cd
doc
&&
$(MAKE)
$(AM_MAKEFLAGS)
changelogs
ln
-s
f
doc/ChangeLog-2009
"
$@
"
$(LN_S)
-
f
doc/ChangeLog-2009
"
$@
"
###############################################################################
###############################################################################
# MacOS X project
# MacOS X project
...
@@ -388,7 +388,7 @@ noinst_SCRIPTS += vlc$(EXEEXT)
...
@@ -388,7 +388,7 @@ noinst_SCRIPTS += vlc$(EXEEXT)
endif
endif
vlc$(EXEEXT)
:
vlc$(EXEEXT)
:
$(AM_V_GEN)
ln
-s
f
bin/vlc-static
$(EXEEXT)
vlc
$(EXEEXT)
$(AM_V_GEN)
$(LN_S)
-
f
bin/vlc-static
$(EXEEXT)
vlc
$(EXEEXT)
if
HAVE_DARWIN
if
HAVE_DARWIN
if
BUILD_MACOSX_VLC_APP
if
BUILD_MACOSX_VLC_APP
...
@@ -546,9 +546,9 @@ VLC-release.app: vlc
...
@@ -546,9 +546,9 @@ VLC-release.app: vlc
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/locale/
$
${i}
/LC_MESSAGES
;
\
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/locale/
$
${i}
/LC_MESSAGES
;
\
$(INSTALL)
$(srcdir)
/po/
$
${i}
.gmo
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/locale/
$
${i}
/LC_MESSAGES/vlc.mo
||
true
;
\
$(INSTALL)
$(srcdir)
/po/
$
${i}
.gmo
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/locale/
$
${i}
/LC_MESSAGES/vlc.mo
||
true
;
\
mkdir
-p
$(top_builddir)
/VLC-release.app/Contents/Resources/
$
${i}
.lproj
;
\
mkdir
-p
$(top_builddir)
/VLC-release.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-s
f
../English.lproj/InfoPlist.strings
\
$(LN_S)
-
f
../English.lproj/InfoPlist.strings
\
$(top_builddir)
/VLC-release.app/Contents/Resources/
$
${i}
.lproj
;
\
$(top_builddir)
/VLC-release.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-s
f
../English.lproj/MainMenu.nib
\
$(LN_S)
-
f
../English.lproj/MainMenu.nib
\
$(top_builddir)
/VLC-release.app/Contents/Resources/
$
${i}
.lproj
;
\
$(top_builddir)
/VLC-release.app/Contents/Resources/
$
${i}
.lproj
;
\
done
done
printf
"APPLVLC#"
>
|
$(top_builddir)
/VLC-release.app/Contents/PkgInfo
printf
"APPLVLC#"
>
|
$(top_builddir)
/VLC-release.app/Contents/PkgInfo
...
@@ -635,19 +635,19 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
...
@@ -635,19 +635,19 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
touch
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
touch
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
chmod
+x
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
chmod
+x
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
$(INSTALL)
$(top_builddir)
/bin/.libs/vlc
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
$(INSTALL)
$(top_builddir)
/bin/.libs/vlc
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
ln
-s
f
../../../modules
$(top_builddir)
/VLC.app/Contents/MacOS/plugins
$(LN_S)
-
f
../../../modules
$(top_builddir)
/VLC.app/Contents/MacOS/plugins
install
-d
$(top_builddir)
/VLC.app/Contents/MacOS/share
install
-d
$(top_builddir)
/VLC.app/Contents/MacOS/share
for
i
in
`
ls
$(srcdir)
/share
`
;
do
\
for
i
in
`
ls
$(srcdir)
/share
`
;
do
\
ln
-s
f
`
pwd
`
/
$(srcdir)
/share/
$$
i
$(top_builddir)
/VLC.app/Contents/MacOS/share/
;
\
$(LN_S)
-
f
`
pwd
`
/
$(srcdir)
/share/
$$
i
$(top_builddir)
/VLC.app/Contents/MacOS/share/
;
\
done
done
$(INSTALL)
-d
$(top_builddir)
/VLC.app/Contents/MacOS/share/locale
$(INSTALL)
-d
$(top_builddir)
/VLC.app/Contents/MacOS/share/locale
cat
$(top_srcdir)
/po/LINGUAS |
while
read
i
;
do
\
cat
$(top_srcdir)
/po/LINGUAS |
while
read
i
;
do
\
mkdir
-p
$(top_builddir)
/VLC.app/Contents/MacOS/share/locale/
$
${i}
/LC_MESSAGES
;
\
mkdir
-p
$(top_builddir)
/VLC.app/Contents/MacOS/share/locale/
$
${i}
/LC_MESSAGES
;
\
ln
-sfn
`
pwd
`
/
$(srcdir)
/po/
$
${i}
.gmo
$(top_builddir)
/VLC.app/Contents/MacOS/share/locale/
$
${i}
/LC_MESSAGES/vlc.mo
||
true
;
\
$(LN_S)
-f
`
pwd
`
/
$(srcdir)
/po/
$
${i}
.gmo
$(top_builddir)
/VLC.app/Contents/MacOS/share/locale/
$
${i}
/LC_MESSAGES/vlc.mo
||
true
;
\
mkdir
-p
$(top_builddir)
/VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
mkdir
-p
$(top_builddir)
/VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-s
f
../English.lproj/InfoPlist.strings
\
$(LN_S)
-
f
../English.lproj/InfoPlist.strings
\
$(top_builddir)
/VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
$(top_builddir)
/VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-s
f
../English.lproj/MainMenu.nib
\
$(LN_S)
-
f
../English.lproj/MainMenu.nib
\
$(top_builddir)
/VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
$(top_builddir)
/VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
done
done
printf
"APPLVLC#"
>
|
$(top_builddir)
/VLC.app/Contents/PkgInfo
printf
"APPLVLC#"
>
|
$(top_builddir)
/VLC.app/Contents/PkgInfo
...
@@ -913,7 +913,7 @@ package-macosx: VLC-release.app ChangeLog
...
@@ -913,7 +913,7 @@ package-macosx: VLC-release.app ChangeLog
cp
-L
$(top_builddir)/ChangeLog
$(top_builddir)/vlc-$(VERSION)/Goodies/
cp
-L
$(top_builddir)/ChangeLog
$(top_builddir)/vlc-$(VERSION)/Goodies/
# Place a link to the application folder
# Place a link to the application folder
ln
-s
/Applications
$(top_builddir)/vlc-$(VERSION)/Applications
$(LN_S)
/Applications
$(top_builddir)/vlc-$(VERSION)/Applications
# Create disk image (temporarily taken from the 0.8.6-bugfix branch to provide reliable NBs)
# Create disk image (temporarily taken from the 0.8.6-bugfix branch to provide reliable NBs)
echo
"Creating disk image"
echo
"Creating disk image"
...
...
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