projects
/
autotest_mk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bc71ce
)
make versionの修正
0.2p16
author
j8takagi
<j8takagi@nifty.com>
Sat, 16 Feb 2019 02:43:44 +0000
(11:43 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Sat, 16 Feb 2019 02:43:44 +0000
(11:43 +0900)
Makefile
patch
|
blob
|
history
VERSION
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
f934d91
..
e0a587b
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,5
+1,6
@@
CAT := cat
GIT := git
+PRINTF := printf
WC = wc
XARGS := xargs
@@
-21,4
+22,4
@@
gittag:
if test `$(GIT) status -s | $(WC) -l` -gt 0; then $(ECHO) "Error: commit, first."; exit 1; fi; if test "$(VERSIONGITREF)" != "$(MASTERGITREF)"; then $(GIT) tag $(VERSION); fi
version: VERSION
- @$(
ECHO) "YACASL2
Version: $(VERSION)"
+ @$(
PRINTF) "Autotest.mk
Version: $(VERSION)"
diff --git
a/VERSION
b/VERSION
index
26fe43a
..
1e8eced
100644
(file)
--- a/
VERSION
+++ b/
VERSION
@@
-1
+1
@@
-0.2p1
5
+0.2p1
6