projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
425fd85
)
Remove the built-on date from --version
author
Brian Anderson
<banderson@mozilla.com>
Fri, 7 Aug 2015 18:26:12 +0000
(11:26 -0700)
committer
Brian Anderson
<banderson@mozilla.com>
Fri, 7 Aug 2015 18:26:12 +0000
(11:26 -0700)
rustc no longer does this, so neither should Cargo.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index d7322076e29df890f73e0e2ee70b0af1f7e98691..84ddd43da35d623d8c8d818be1c9fc7be7aae8d4 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-24,7
+24,7
@@
CFG_VERSION = $(CFG_RELEASE) (built $(CFG_BUILD_DATE))
else
CFG_VER_DATE = $(shell git log -1 --date=short --pretty=format:'%cd')
CFG_VER_HASH = $(shell git rev-parse --short HEAD)
-CFG_VERSION = $(CFG_RELEASE) ($(CFG_VER_HASH) $(CFG_VER_DATE))
(built $(CFG_BUILD_DATE))
+CFG_VERSION = $(CFG_RELEASE) ($(CFG_VER_HASH) $(CFG_VER_DATE))
endif
PKG_NAME = cargo-$(CFG_PACKAGE_VERS)