From: adilger Date: Wed, 25 Sep 2002 22:20:17 +0000 (+0000) Subject: Remove "helpful" error message, because it screws things up. X-Git-Tag: v1_7_100~4670 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d7816f478c35a322f5c8d36a4c3109bd253813cd;p=fs%2Flustre-release.git Remove "helpful" error message, because it screws things up. --- 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"; \