Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
abuild
Commits
f24e9971
Commit
f24e9971
authored
Aug 31, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abuild: strip versions from dependencies when building recursively
parent
5ca02a21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
abuild.in
abuild.in
+5
-1
No files found.
abuild.in
View file @
f24e9971
...
...
@@ -712,7 +712,11 @@ depparse_aports() {
}
deptrace
()
{
local
deps
=
"
$@
"
local
deps
=
i
=
# strip versions from deps
for
i
in
"
$@
"
;
do
deps
=
"
$deps
${
i
%[<>=]*
}
"
done
[
-z
"
$deps
"
]
&&
return
0
(
depparse_aports
if
[
-z
"
$upgrade
"
]
;
then
...
...
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