Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
abuild
Commits
9e917553
Commit
9e917553
authored
Jun 05, 2015
by
Natanael Copa
Browse files
abuild: add warning when depends_dev needs cleanup
parent
f5dce44b
Changes
1
Hide whitespace changes
Inline
Side-by-side
abuild.in
View file @
9e917553
...
...
@@ -1049,6 +1049,10 @@ trace_apk_deps() {
for
i
in
$(
sort
-u
"
$dir
"
/.needs-pc 2>/dev/null
)
;
do
if
subpkg_provides_pc
"
$i
"
||
cross_compiling
\
||
$APK
info
--quiet
--installed
"pc:
$i
"
;
then
local
provider
=
$(
apk search
--quiet
"pc:
$i
"
)
if
list_has
"
$provider
"
$depends_dev
;
then
warning
"
$provider
should be removed from depends_dev"
fi
autodeps
=
"
$autodeps
pc:
$i
"
else
warning
"Could not find any provider for pc:
$i
"
...
...
Write
Preview
Supports
Markdown
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