From d7816f478c35a322f5c8d36a4c3109bd253813cd Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 25 Sep 2002 22:20:17 +0000 Subject: [PATCH] Remove "helpful" error message, because it screws things up. --- lustre/extN/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lustre/extN/Makefile.am b/lustre/extN/Makefile.am index 8d00b15..325bfe0 100644 --- a/lustre/extN/Makefile.am +++ b/lustre/extN/Makefile.am @@ -77,7 +77,7 @@ sed-stamp: done list='$(EXTNI)'; for i in $$list; do \ s=`echo $$i | sed "s/extN/ext3/"`; \ - echo "creating extN.orig-include/$$i"; \ + echo "creating extN-include.orig/$$i"; \ sed $(SUB) $(LINUX)/include/linux/$$s > extN-include.orig/$$i; \ done echo timestamp > $@ @@ -104,8 +104,7 @@ patch-stamp: sed-stamp $(EXTNP) for p in $$list; do \ echo "applying patch $$p"; \ sed $(SUB) $(srcdir)/$$p | \ - (cd $(top_srcdir) && patch -p1) || \ - echo "error: read NOTE in extN/Makefile.am" 1>&2 && exit $$?; \ + (cd $(top_srcdir) && patch -p1) || exit $$?; \ done; \ echo "It is OK if the next patch says it is already applied"; \ echo "applying patch $(srcdir)/extN-2.4.18-exports.diff"; \ -- 1.8.3.1