Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
6a735733
Commit
6a735733
authored
Feb 28, 2006
by
Rémi Denis-Courmont
Browse files
mv -> mv -f
parent
f969865d
Changes
4
Hide whitespace changes
Inline
Side-by-side
activex/Makefile.am
View file @
6a735733
...
...
@@ -85,7 +85,7 @@ axvlc$(LIBEXT): $(libaxvlc_a_OBJECTS) \
$(LIBRARIES_libvlc)
-shared
$(LIBRARIES_libvlc)
$(LDFLAGS_activex)
\
$(INCLUDED_LIBINTL)
# Cygwin work-around
@if
test
-f
"$@.exe"
;
then
mv
"$@.exe"
"$@"
;
fi
@if
test
-f
"$@.exe"
;
then
mv
-f
"$@.exe"
"$@"
;
fi
DATA_axvlc_tlb
=
$(axvlc_tlb_DATA)
...
...
bootstrap
View file @
6a735733
...
...
@@ -260,9 +260,9 @@ _plugin.a_plugin\$(LIBEXT):
echo
\$\$
ld
\$
<
\$\$
ldfl ;
\
\$\$
ld
\$
<
\$\$
ldfl
#ifneq (,
\$
(findstring cygwin,
\$
(host)))
# mv "
$@
.exe" "
$@
"
# mv
-f
"
$@
.exe" "
$@
"
#endif
@if test -f "
$@
.exe"; then mv "
$@
.exe" "
$@
"; fi
@if test -f "
$@
.exe"; then mv
-f
"
$@
.exe" "
$@
"; fi
if MAINTAINER_MODE
\$
(srcdir)/Makefile.am:
\$
(srcdir)/Modules.am
\$
(top_srcdir)/bootstrap
...
...
mozilla/Makefile.am
View file @
6a735733
...
...
@@ -129,7 +129,7 @@ $(npvlc): $(libnpvlc_a_OBJECTS) $(libnpvlc_a_DEPENDENCIES) stamp-pic
$(CXXLINK)
$(libnpvlc_a_OBJECTS)
$(DATA_npvlc_rc)
\
$(LDFLAGS_libnpvlc)
# Cygwin work-around
@if
test
-f
"$@.exe"
;
then
mv
"$@.exe"
"$@"
;
fi
@if
test
-f
"$@.exe"
;
then
mv
-f
"$@.exe"
"$@"
;
fi
vlcintf_xptdir
=
$(libdir)
/mozilla/components
vlcintf.xpt
:
vlcintf.idl
...
...
src/Makefile.am
View file @
6a735733
...
...
@@ -213,7 +213,7 @@ libvlc$(LIBEXT): $(OBJECTS_libvlc_so) stamp-builtins
# libvlc$(LIBEXT)
rm
-f
libvlc.a
# Cygwin work-around
@if
test
-f
"$@.exe"
;
then
mv
"$@.exe"
"$@"
;
fi
@if
test
-f
"$@.exe"
;
then
mv
-f
"$@.exe"
"$@"
;
fi
endif
EXTRA_DIST
+=
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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