Skip to content
Snippets Groups Projects
Commit 38a5c88c authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

add more debug output

parent 0095015a
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ CPUS=$(grep -c processor /proc/cpuinfo) ...@@ -25,7 +25,7 @@ CPUS=$(grep -c processor /proc/cpuinfo)
while read line; do while read line; do
if [[ $line == *GluonTarget* ]]; then if [[ $line == *GluonTarget* ]]; then
targ=$(echo $line | sed -e 's/^.*GluonTarget//' -e 's/^,//' -e 's/)).*//' -e 's/[,]/-/') targ=$(echo $line | sed -e 's/^.*GluonTarget//' -e 's/^,//' -e 's/)).*//' -e 's/[,]/-/')
make -j $((CPUS*2)) GLUON_TARGET=$targ BROKEN=1 GLUON_BRANCH=$GLUON_BRANCH || exit 1 make -j $((CPUS*2)) GLUON_TARGET=$targ BROKEN=1 GLUON_BRANCH=$GLUON_BRANCH V=s || exit 1
fi; fi;
done < "targets/targets.mk" done < "targets/targets.mk"
make manifest GLUON_BRANCH=$GLUON_BRANCH make manifest GLUON_BRANCH=$GLUON_BRANCH
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