X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=62dafc5ed9fd45862a2fa207c283f975dbb7e561;hb=d38936cdae46bfd2623ff83f6ce9b616d36ab0f9;hp=c2e47d4034af7a1182659e879ae872cf7f22ebbf;hpb=b9e9adce0bbbfdb47a816f25cc1f1d3a1b2cd14b;p=oweals%2Fu-boot.git diff --git a/Makefile b/Makefile index c2e47d4034..62dafc5ed9 100644 --- a/Makefile +++ b/Makefile @@ -330,7 +330,8 @@ endif .PHONY : CHANGELOG CHANGELOG: - git log --no-merges U-Boot-1_1_5.. > $@ + git log --no-merges U-Boot-1_1_5.. | \ + unexpand -a | sed -e 's/\s\s*$$//' > $@ #########################################################################