1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Makefile: print 'BUILD-INFO <outfile>' after 'make build-info'

This commit is contained in:
Oleg Semyonov 2013-04-30 23:23:57 +03:00
parent a5f87bea62
commit bbb05f4ad6

View File

@ -847,6 +847,7 @@ docs_all_clean:
.PHONY: build-info
build-info:
@$(ECHO) " BUILD-INFO $(call toprel, $(BUILD_DIR)/$@.txt)"
$(V1) $(MKDIR) -p $(BUILD_DIR)
$(V1) $(VERSION_INFO) \
--uavodir=$(ROOT_DIR)/shared/uavobjectdefinition \