mirror of
https://github.com/videolan/vlc.git
synced 2024-11-24 18:33:38 +08:00
rm -Rf verify the existence of tmp for us
This commit is contained in:
parent
38b6647dbc
commit
fbf515ab28
@ -352,8 +352,8 @@ noinst_DATA = VLC.app
|
||||
# VLC-release.app is the old VLC.app target
|
||||
VLC-release.app: vlc
|
||||
( cd src && make install )
|
||||
if test -e $(top_builddir)/tmp ; then rm -Rf $(top_builddir)/tmp; fi
|
||||
mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \
|
||||
then rm -Rf "$(top_builddir)/tmp"
|
||||
mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
|
||||
rm -Rf $(top_builddir)/VLC-release.app
|
||||
cp -R $(srcdir)/extras/package/macosx/vlc.xcodeproj $(top_builddir)/tmp/extras/package/macosx/
|
||||
cp -R $(srcdir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx
|
||||
@ -519,8 +519,8 @@ VLC-release.app: vlc
|
||||
|
||||
VLC.app: vlc
|
||||
( cd src && make install )
|
||||
if test -e $(top_builddir)/tmp ; then rm -Rf $(top_builddir)/tmp; fi
|
||||
mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \
|
||||
rm -Rf $(top_builddir)/tmp
|
||||
mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
|
||||
rm -Rf $(top_builddir)/VLC.app
|
||||
cp -R $(srcdir)/extras/package/macosx/vlc.xcodeproj $(top_builddir)/tmp/extras/package/macosx/
|
||||
cp -R $(srcdir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx
|
||||
|
Loading…
Reference in New Issue
Block a user