1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-19 09:54:15 +01:00

OP-1233 fixed parallel build regression introduced when splitting openpilotgcs target into _make and _qmake

both _make and _qmake would wrongly run in parallel when using -j2 or similar option
This commit is contained in:
Philippe Renon 2014-03-23 16:01:51 +01:00
parent 1babe4383a
commit c3e29fc826

View File

@ -450,6 +450,7 @@ else
GCS_SILENT := silent
endif
.NOTPARALLEL:
.PHONY: openpilotgcs
openpilotgcs: uavobjects_gcs openpilotgcs_qmake openpilotgcs_make