Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
6a735733
Commit
6a735733
authored
Feb 28, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mv -> mv -f
parent
f969865d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
activex/Makefile.am
activex/Makefile.am
+1
-1
bootstrap
bootstrap
+2
-2
mozilla/Makefile.am
mozilla/Makefile.am
+1
-1
src/Makefile.am
src/Makefile.am
+1
-1
No files found.
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
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