mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +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) \
|
||||
--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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user