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
d2bf76d0
Commit
d2bf76d0
authored
Feb 04, 2008
by
Pierre d'Herbemont
Browse files
Makefile.am: Automatically remove ./tmp in the VLC-release.app target.
parent
dab8e12d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
d2bf76d0
...
...
@@ -351,13 +351,11 @@ if HAVE_DARWIN
noinst_DATA
=
VLC.app
# VLC-release.app is the old VLC.app target
VLC-release.app
:
vlc
(
cd
src
&&
make
)
(
cd
src
&&
make
install
)
@
if
test
-e
"
$(top_builddir)
/tmp"
;
then
\
echo
"Error: please remove
$(top_builddir)
/tmp, it is in the way"
;
\
false
;
\
else
\
echo
"OK."
;
mkdir
-p
"
$(top_builddir)
/tmp/extras/package/macosx"
;
\
fi
rm
-Rf
$(top_builddir)
/tmp
\
fi
\
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
...
...
Write
Preview
Supports
Markdown
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