Browse Source

Tools: fixed build_examples.sh to not depend on board in config.mk

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
7a051616ec
  1. 4
      Tools/scripts/build_examples.sh

4
Tools/scripts/build_examples.sh

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
set -e
set -x
targets="clean all"
targets="clean apm1 clean apm2"
[ $# -gt 0 ] && {
targets="$*"
@ -23,7 +23,7 @@ for b in $TESTS; do @@ -23,7 +23,7 @@ for b in $TESTS; do
echo "Skipping build of $b"
else
for t in $targets; do
make $t
make -j4 $t
done
fi
popd

Loading…
Cancel
Save