Skip to content
Snippets Groups Projects
Commit 3fec53ed authored by Christian Engwer's avatar Christian Engwer
Browse files

[dunecontrol]

fix DEPS and SUGS check invocation

[[Imported from SVN: r6834]]
parent 3e86998e
No related branches found
No related tags found
No related merge requests found
......@@ -341,9 +341,9 @@ _sort_module() {
if test "x$(eval echo \$SORT_DONE_$module)" != "xyes"; then
# resolve dependencies
depmode=$(test $mode = SUGS && echo SUGS || echo DEPS)
_check_deps $module $mode $depmode
_check_deps $module DEPS $depmode # it might happen that the DEPS are actually SUGS
# resolve suggestions
_check_deps $module $mode SUGS
_check_deps $module SUGS SUGS
# insert this module into the list
export SORTEDMODULES_$mode="$(eval echo \$SORTEDMODULES_$mode) $module"
if test $mode = DEPS; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment