Skip to content

Commit

Permalink
Build: GNUmakefile: make summary generation more efficient
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaillot committed Jul 6, 2018
1 parent 0338b11 commit d56050f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ summary:
@printf "\n* `date +"%a %b %d %Y"` `git config user.name` <`git config user.email`> $(NEXT_RELEASE)-1"
@printf "\n- Changesets: `git log --pretty=oneline $(LAST_RELEASE)..HEAD | wc -l`"
@printf "\n- Diff: "
@git diff -r $(LAST_RELEASE)..HEAD --stat include lib daemons tools xml | tail -n 1
@git diff $(LAST_RELEASE)..HEAD --shortstat include lib daemons tools xml

rc-changes:
@make NEXT_RELEASE=$(shell echo $(LAST_RC) | sed s:-rc.*::) LAST_RELEASE=$(LAST_RC) changes
Expand Down

0 comments on commit d56050f

Please sign in to comment.