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
3722c40b
Commit
3722c40b
authored
Jun 01, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./bootstrap.sh: ah ah ah. CVS likes to make fun out of me.
parent
f60d5d58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
bootstrap.sh
bootstrap.sh
+2
-3
No files found.
bootstrap.sh
View file @
3722c40b
#! /bin/sh
#! /bin/sh
## bootstrap.sh file for vlc, the VideoLAN Client
## bootstrap.sh file for vlc, the VideoLAN Client
## $Id: bootstrap.sh,v 1.
2 2002/06/01 17:09:25
sam Exp $
## $Id: bootstrap.sh,v 1.
3 2002/06/01 17:11:41
sam Exp $
##
##
## Authors: Samuel Hocevar <sam@zoy.org>
## Authors: Samuel Hocevar <sam@zoy.org>
...
@@ -21,8 +21,7 @@ echo "autoheader."
...
@@ -21,8 +21,7 @@ echo "autoheader."
file
=
src/misc/modules_plugin.h
file
=
src/misc/modules_plugin.h
echo
-n
"creating headers: "
echo
-n
"creating headers: "
rm
-f
$file
rm
-f
$file
sed
's#.*\$Id: bootstrap.sh,v 1.2 2002/06/01 17:09:25 sam Exp $file'
.in by bootstrap.sh#
' \
sed
's#.*\$[I][d]:.*# * Automatically generated from '
$file
'.in by bootstrap.sh#'
<
$file
.in
>
$file
< $file.in > $file
echo
'#define STORE_SYMBOLS( p_symbols ) \'
>>
$file
echo
'#define STORE_SYMBOLS( p_symbols ) \'
>>
$file
cat
include/
*
.h |
grep
'^ *VLC_EXPORT.*;'
|
\
cat
include/
*
.h |
grep
'^ *VLC_EXPORT.*;'
|
\
sed
's/VLC_EXPORT( *\([^,]*\), *\([^,]*\), *\(.*\));.*/ (p_symbols)->\2_inner = \2; \\/'
>>
$file
sed
's/VLC_EXPORT( *\([^,]*\), *\([^,]*\), *\(.*\));.*/ (p_symbols)->\2_inner = \2; \\/'
>>
$file
...
...
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