makefile: do not print the comments in the release target
Prior this commit `make release` printed the comments. This commit fixes that.
This commit is contained in:
parent
e21a8095b1
commit
75dd7886e4
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -238,9 +238,9 @@ release:
|
|||
@echo " * ..."
|
||||
@echo
|
||||
@echo -n " Contributions from: "
|
||||
# We omit the contributor list if `git log` fails. If you hit this,
|
||||
# consider fetching missing tags via `git fetch --tags`, or just copy
|
||||
# this command and remove the stderr-redirect.
|
||||
# We omit the contributor list if `git log` fails. If you hit this,
|
||||
# consider fetching missing tags via `git fetch --tags`, or just copy
|
||||
# this command and remove the stderr-redirect.
|
||||
@echo `( git log --format='%an, ' v$(VERSION)..HEAD 2>/dev/null | sort -u | tr -d '\n' | sed 's/, $$//' ) || echo`
|
||||
@echo
|
||||
@echo " - Location, YYYY-MM-DD"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue