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

fixed 'going to build' output

[[Imported from SVN: r4806]]
parent 00d20c27
No related branches found
No related tags found
No related merge requests found
......@@ -338,7 +338,10 @@ case "$command" in
else
sort_modules $MODULE
fi
echo "--- going to build $MODULES ---"
for mod in $MODULES; do
NAMES="$NAMES$(eval echo \$NAME_$mod) "
done
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