]> Dogcows Code - chaz/tar/commitdiff
maint: try to avoid unwanted chatter in ChangeLog
authorJim Meyering <jim@meyering.net>
Fri, 27 Jul 2012 08:31:30 +0000 (01:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 27 Jul 2012 08:32:31 +0000 (01:32 -0700)
* bootstrap.conf: Do not alter ChangeLog if it already exists.

bootstrap.conf

index 6255ba97098a345829eefad46b5d84178ec36adb..e0bca025cb8c85e2be7d0eb09e26e74d1864f3ec 100644 (file)
@@ -68,7 +68,7 @@ fi
 test -d m4 || mkdir m4
 test -d $source_base || mkdir $source_base
 
-cat > ChangeLog <<EOT
+test -f ChangeLog || cat > ChangeLog <<EOT
 This file is a placeholder. It will be replaced with the actual ChangeLog
 by make dist.  Run make ChangeLog if you wish to create it earlier.
 EOT
This page took 0.020938 seconds and 4 git commands to generate.