coreutils
[Top][All Lists]
Advanced

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

[PATCH] build: remove now-useless code from bootstrap.conf


From: Jim Meyering
Subject: [PATCH] build: remove now-useless code from bootstrap.conf
Date: Sat, 17 Dec 2011 17:38:44 +0100

Just noticed that with the new bootstrap script, this
slightly kludgy fix-up code is no longer needed:

>From f797c04415d348ae15a0c0aa8a19cfe8d22569bd Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sat, 17 Dec 2011 17:26:00 +0100
Subject: [PATCH] build: remove now-useless code from bootstrap.conf

* bootstrap.conf (bootstrap_epilogue): Remove now-unnecessary,
snippet that edited gnulib-tests/gnulib.mk.  This snippet was
rendered unnecessary by commit v8.14-73-g5bf2c0e.
---
 bootstrap.conf |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 69c53c4..0b7c543 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -317,11 +317,6 @@ touch ChangeLog || exit 1

 bootstrap_epilogue()
 {
-  # Change paths in gnulib-tests/gnulib.mk from "../.." to "..".
-  m=gnulib-tests/gnulib.mk
-  sed 's,\.\./\.\.,..,g' $m > $m-t
-  mv -f $m-t $m
-
   # Since this is a "GNU" package, replace this line
   #   if LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null \
   #      | grep -v 'libtool:' >/dev/null; then
--
1.7.8.250.g900a1



reply via email to

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