mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
LP-409 Added --force-local to tar command of make target fw_dist
This commit is contained in:
parent
a8f09d277e
commit
8468dfc035
1
Makefile
1
Makefile
@ -410,6 +410,7 @@ $(FW_DIST_TAR): $(PACKAGE_FW_TARGETS) | $(DIST_DIR)
|
|||||||
$(V1) tar -c --file="$(FW_DIST_TAR)" --directory=$(FLIGHT_OUT_DIR) \
|
$(V1) tar -c --file="$(FW_DIST_TAR)" --directory=$(FLIGHT_OUT_DIR) \
|
||||||
--owner=root --group=root --mtime="`git show -s --format=%ci`" \
|
--owner=root --group=root --mtime="`git show -s --format=%ci`" \
|
||||||
--transform='s,^,firmware/,' \
|
--transform='s,^,firmware/,' \
|
||||||
|
--force-local \
|
||||||
$(foreach fw_targ,$(PACKAGE_FW_TARGETS),$(fw_targ)/$(fw_targ).opfw)
|
$(foreach fw_targ,$(PACKAGE_FW_TARGETS),$(fw_targ)/$(fw_targ).opfw)
|
||||||
|
|
||||||
$(FW_DIST_TAR_GZ): $(FW_DIST_TAR)
|
$(FW_DIST_TAR_GZ): $(FW_DIST_TAR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user