bug-gnu-utils
[Top][All Lists]
Advanced

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

[PATCH] fix sed ftbfs: Remove bootstrap.sh from Makefile.am


From: Jim Hill
Subject: [PATCH] fix sed ftbfs: Remove bootstrap.sh from Makefile.am
Date: Sat, 28 Apr 2012 19:00:44 -0700

build failed after git clean -dfx, finish bootstrap.sh removal
---
Makefile.am |    6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c1e6a29..e10169c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ PACKAGE = sed

SUBDIRS = lib po sed doc testsuite

-noinst_DATA = bootstrap.sh
+noinst_DATA =
noinst_HEADERS = basicdefs.h

EXTRA_DIST = BUGS THANKS COPYING.DOC README.boot \
@@ -21,9 +21,7 @@ DISTCHECK_CONFIGURE_FLAGS = XGETTEXT='$(SHELL) -c :
dummy' $(EXTRA_DC_FLAGS)
EXTRA_DC_FLAGS =

dist-hook:
-       cmp bootstrap.sh $(srcdir)/bootstrap.sh > /dev/null 2>&1 || \
-         cp -p bootstrap.sh $(srcdir)/bootstrap.sh
-       cp -p $(srcdir)/bootstrap.sh $(distdir)/bootstrap.sh
+

full-distcheck:
       make distcheck EXTRA_DC_FLAGS='--enable-regex-tests'
--
1.7.9.4



reply via email to

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