coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/6] maint: add our 'bootstrap_post_import_hook' function


From: Stefano Lattarini
Subject: [PATCH 1/6] maint: add our 'bootstrap_post_import_hook' function
Date: Fri, 31 Aug 2012 15:14:16 +0200

This is in preparation of future changes.

* bootstrap.conf (bootstrap_post_import_hook): New, will be executed
by bootstrap after gnulib-tool abut before the autotools.
Move creation of dummy ChangeLog into it.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 bootstrap.conf | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 535900d..4fc4e67 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -324,8 +324,11 @@ tar        -
 xz         -
 "
 
-# Automake requires that ChangeLog exist.
-touch ChangeLog || exit 1
+bootstrap_post_import_hook ()
+{
+  # Automake requires that ChangeLog exist.
+  touch ChangeLog || exit 1
+}
 
 bootstrap_epilogue()
 {
-- 
1.7.12




reply via email to

[Prev in Thread] Current Thread [Next in Thread]