Skip to content
Snippets Groups Projects
Commit 13a57088 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Making the installation verbose

parent 25c8f593
No related branches found
No related tags found
No related merge requests found
...@@ -434,7 +434,7 @@ cp example.mk example/example.mk ...@@ -434,7 +434,7 @@ cp example.mk example/example.mk
if [ $nomake -eq 0 ]; then if [ $nomake -eq 0 ]; then
make clean make clean
make -j $ncore make VERBOSE=1 -j $ncore
fi fi
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; 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