Tools: stop build_parameters.sh copying non-existent files

We stopped generating these files some time ago
This commit is contained in:
Peter Barker 2018-03-13 15:49:18 +11:00 committed by Peter Barker
parent a4d9d8ed6b
commit 9208308121

View File

@ -9,9 +9,7 @@ PARAMS_DIR="../buildlogs/Parameters"
# work from either APM directory or above
[ -d ArduPlane ] || cd APM
# copy combined parameters files away:
/bin/mkdir -p "$PARAMS_DIR"
/bin/cp Parameters.wiki Parameters.html *.pdef.xml "$PARAMS_DIR"
generate_parameters() {
VEHICLE="$1"