Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
fb057829
Commit
fb057829
authored
Sep 18, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fail cleanly if Modules.am is missing
parent
ba0e176f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
modules/genmf
modules/genmf
+4
-0
No files found.
modules/genmf
View file @
fb057829
...
@@ -14,6 +14,10 @@ do
...
@@ -14,6 +14,10 @@ do
printf
"."
printf
"."
dir
=
"
$1
"
dir
=
"
$1
"
modf
=
"modules/
${
dir
}
/Modules.am"
modf
=
"modules/
${
dir
}
/Modules.am"
if
!
test
-f
"
$modf
"
;
then
echo
"
$modf
does not exist!"
>
&2
exit
1
fi
makf
=
"modules/
${
dir
}
/Makefile.am"
makf
=
"modules/
${
dir
}
/Makefile.am"
basedir
=
"
`
echo
"
${
dir
}
"
|
cut
-f1
-d
/
`
"
basedir
=
"
`
echo
"
${
dir
}
"
|
cut
-f1
-d
/
`
"
mods
=
"
`
sed
-n
-e
's/^ *SOURCES_\([^ ]*\).*/\1/p'
<
"
${
modf
}
"
|
sort
|
uniq
| xargs
`
"
mods
=
"
`
sed
-n
-e
's/^ *SOURCES_\([^ ]*\).*/\1/p'
<
"
${
modf
}
"
|
sort
|
uniq
| xargs
`
"
...
...
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