Fix "ar" flags in some Makefiles to allow for silent "make -s"
[oweals/u-boot.git] / Makefile
index c2e47d4034af7a1182659e879ae872cf7f22ebbf..62dafc5ed9fd45862a2fa207c283f975dbb7e561 100644 (file)
--- 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*$$//' > $@
 
 #########################################################################