mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Revert "OP-1792: make firmware_info.c depend on uavobjectdefition instead of FORCE so it isn't always updated"
This reverts commit 428bba0c0960ad0c686db149c4df2c81a25a7499. On windows directory timestamps are not modified when a file is modified.
This commit is contained in:
parent
bf527f741d
commit
580ae19983
@ -136,7 +136,7 @@ endef
|
|||||||
define OPFW_TEMPLATE
|
define OPFW_TEMPLATE
|
||||||
FORCE:
|
FORCE:
|
||||||
|
|
||||||
$(1).firmware_info.c: $(1) $(ROOT_DIR)/flight/templates/firmware_info.c.template $(ROOT_DIR)/shared/uavobjectdefinition
|
$(1).firmware_info.c: $(1) $(ROOT_DIR)/flight/templates/firmware_info.c.template FORCE
|
||||||
@$(ECHO) $(MSG_FWINFO) $$(call toprel, $$@)
|
@$(ECHO) $(MSG_FWINFO) $$(call toprel, $$@)
|
||||||
$(V1) $(VERSION_INFO) \
|
$(V1) $(VERSION_INFO) \
|
||||||
--template=$(ROOT_DIR)/flight/templates/firmware_info.c.template \
|
--template=$(ROOT_DIR)/flight/templates/firmware_info.c.template \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user