projects
/
oweals
/
u-boot_mod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aff335
)
Place device name before date and git info in filename
author
Piotr Dymacz
<pepe2k@gmail.com>
Sun, 12 Feb 2017 12:01:05 +0000
(13:01 +0100)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Sun, 12 Feb 2017 12:01:05 +0000
(13:01 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 30d2df518fcb17fc334d82d18fcc47e229f0e7e4..96add61292d3781aef0d2c755f1f72bd2a0ffabf 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-103,7
+103,7
@@
endef
# $(1): file extension
define img_name
-u-boot_mod__$
(shell date +"%Y%m%d")__$(call git_branch_hash)__$@
$(if \
+u-boot_mod__$
@__$(shell date +"%Y%m%d")__$(call git_branch_hash)
$(if \
$(filter $(IMG_RAM),1),__RAM-LOAD-ONLY)$(if $(1),.$(1))
endef