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

better info

[[Imported from SVN: r4829]]
parent b4277f1a
No related branches found
No related tags found
No related merge requests found
......@@ -340,9 +340,13 @@ case "$command" in
else
sort_modules $MODULE
fi
for mod in $MODULES; do
NAMES="$NAMES$(eval echo \$NAME_$mod) "
done
if test x$ONLY != x; then
NAMES="$(eval echo \$NAME_$ONLY)"
else
for mod in $MODULES; do
NAMES="$NAMES$(eval echo \$NAME_$mod) "
done
fi
echo "--- going to build $NAMES ---"
build_modules $command
echo "--- done ---"
......
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