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
voroskoi
aports
Commits
b27a6f47
Commit
b27a6f47
authored
Jan 05, 2009
by
Natanael Copa
Browse files
abuild: try break circular dependencies
parent
1430275d
Changes
1
Hide whitespace changes
Inline
Side-by-side
abuild
View file @
b27a6f47
...
...
@@ -474,6 +474,11 @@ builddeps() {
# i = pkg:dir
local dir
=
${
i
#*
:
}
local
pkg
=
${
i
%
:
*
}
# break circular deps
[
$(
realpath
"
$dir
"
)
=
$(
realpath
"
${
APKBUILD
%/*
}
"
)
]
\
&&
continue
msg
"Entering
$dir
"
cd
"
$dir
"
||
return
1
$0
-i
$pkg
||
return
1
...
...
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