summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-12-03 15:35:12 +0100
committerJim Meyering <meyering@redhat.com>2011-12-03 15:43:26 +0100
commita3b50eb9a85dd9f10edf26925fd246a49abbac0a (patch)
tree30523eba099375be928cabf981b91af3071662cc /bootstrap.conf
parent4af374a944a8d3cb71921e4804ad473ac1361d9c (diff)
downloadparted-a3b50eb9a85dd9f10edf26925fd246a49abbac0a.tar.gz
build: tweak how bootstrap manages ChangeLog
* bootstrap.conf: Create ChangeLog only by touching it, so that it doesn't ever remove my in-use symlink (w/vc-dwim).
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 14123a2..2b3fd3a 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -141,10 +141,7 @@ rsync -
tar -
"
-# If there is no ChangeLog file, create it.
-if test -d .git; then
- test -e ChangeLog ||
- git log --pretty=medium | fold -s > ChangeLog
-fi
+# Automake requires that ChangeLog exist.
+touch ChangeLog || exit 1
gnulib_name=libgnulib