summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-01-06 11:17:16 -0800
committerH.J. Lu <hjl.tools@gmail.com>2015-01-06 11:17:16 -0800
commit5180cbb8e3718666973e4397e311e33f04240df2 (patch)
treea5d1b906d9ba58bde4bca9f491047380d1019263
parent69ba4298ddda5a2cba8b613f666938cf886897fa (diff)
downloadbinutils-gdb-5180cbb8e3718666973e4397e311e33f04240df2.tar.gz
Put commit on a separate line
-rw-r--r--bfd/Makefile.am2
-rw-r--r--bfd/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 0882c7c6b10..e1ed19ac256 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -1048,7 +1048,7 @@ bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
esac; \
bfd_git_commit=`git log -1 --pretty=%H` ;\
bfd_git_branch=`git name-rev --name-only $$bfd_git_commit` ;\
- bfd_version_string="\"$(VERSION).$${bfd_version_date}\\\n from $$bfd_remote_git_repo commit $$bfd_git_commit on $$bfd_git_branch\"" ;\
+ bfd_version_string="\"$(VERSION).$${bfd_version_date}\\\n commit $$bfd_git_commit\\\n from $$bfd_remote_git_repo on $$bfd_git_branch\"" ;\
cd $$here; \
else \
bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 334c41ba1af..6c7b36d9209 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -2110,7 +2110,7 @@ bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
esac; \
bfd_git_commit=`git log -1 --pretty=%H` ;\
bfd_git_branch=`git name-rev --name-only $$bfd_git_commit` ;\
- bfd_version_string="\"$(VERSION).$${bfd_version_date}\\\n from $$bfd_remote_git_repo commit $$bfd_git_commit on $$bfd_git_branch\"" ;\
+ bfd_version_string="\"$(VERSION).$${bfd_version_date}\\\n commit $$bfd_git_commit\\\n from $$bfd_remote_git_repo on $$bfd_git_branch\"" ;\
cd $$here; \
else \
bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\