Change in ...simtrace2[master]: firmware: name binaries including their git version number

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Thu Jun 20 16:48:04 UTC 2019


laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/simtrace2/+/14559 )

Change subject: firmware: name binaries including their git version number
......................................................................

firmware: name binaries including their git version number

Change-Id: I4309810368ce4e8e13ede974b67e69ca3f0a6f53
Closes: OS#3452
---
M firmware/Makefile
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/firmware/Makefile b/firmware/Makefile
index 0f70bf4..646d2f3 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -28,6 +28,7 @@
 
 #   Makefile for compiling the Getting Started with SAM3S Microcontrollers project
 
+GIT_VERSION=$(shell $(TOP)/git-version-gen $(TOP)/.tarvers)
 #-------------------------------------------------------------------------------
 #        User-modifiable options
 #-------------------------------------------------------------------------------
@@ -44,7 +45,7 @@
 APP ?= dfu
 
 # Output directories
-OUTPUT = $(BOARD)-$(APP)
+OUTPUT = $(BOARD)-$(APP)-$(GIT_VERSION)
 BIN = bin
 OBJ = obj/$(BOARD)
 
@@ -73,7 +74,6 @@
 NM = $(CROSS_COMPILE)nm
 
 TOP=..
-GIT_VERSION=$(shell $(TOP)/git-version-gen $(TOP)/.tarvers)
 
 #-------------------------------------------------------------------------------
 #		Files

-- 
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/14559
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: I4309810368ce4e8e13ede974b67e69ca3f0a6f53
Gerrit-Change-Number: 14559
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190620/cb23af89/attachment.htm>


More information about the gerrit-log mailing list