1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-21 13:28:58 +01:00

Merged in marcus_proest/librepilot/LP-409-make-fw_dist-fails-on-windows (pull request #327)

LP-409 Added --force-local to tar command of make target fw_dist
This commit is contained in:
Philippe Renon 2016-09-21 21:09:39 +02:00
commit 3eae592c7f

View File

@ -410,6 +410,7 @@ $(FW_DIST_TAR): $(PACKAGE_FW_TARGETS) | $(DIST_DIR)
$(V1) tar -c --file="$(FW_DIST_TAR)" --directory=$(FLIGHT_OUT_DIR) \
--owner=root --group=root --mtime="`git show -s --format=%ci`" \
--transform='s,^,firmware/,' \
--force-local \
$(foreach fw_targ,$(PACKAGE_FW_TARGETS),$(fw_targ)/$(fw_targ).opfw)
$(FW_DIST_TAR_GZ): $(FW_DIST_TAR)