From a7bfaa49ba76e3744425577c65ec0f5561959199 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 26 Apr 2005 23:47:20 +0000 Subject: [PATCH] be more quiet --- ldiskfs/ldiskfs/autoMakefile.am | 6 ++++-- lustre/ldiskfs/autoMakefile.am | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ldiskfs/ldiskfs/autoMakefile.am b/ldiskfs/ldiskfs/autoMakefile.am index 4f9e784..fc34ed0 100644 --- a/ldiskfs/ldiskfs/autoMakefile.am +++ b/ldiskfs/ldiskfs/autoMakefile.am @@ -41,10 +41,12 @@ if USE_QUILT cd linux-stage && quilt setup -l ../$(series) -d ../$(patches) cd linux-stage && quilt push -a -q else + @echo -n "Applying ext3 patches:" @cd linux-stage && for i in $$(<../$(series)) ; do \ - echo "patch -p1 < ../$(patches)/$$i" ; \ - patch -p1 < ../$(patches)/$$i || exit 1 ; \ + echo -n " $$i" ; \ + patch -s -p1 < ../$(patches)/$$i || exit 1 ; \ done + @echo endif mkdir linux @echo -n "Replacing 'ext3' with 'ldiskfs':" diff --git a/lustre/ldiskfs/autoMakefile.am b/lustre/ldiskfs/autoMakefile.am index 4f9e784..fc34ed0 100644 --- a/lustre/ldiskfs/autoMakefile.am +++ b/lustre/ldiskfs/autoMakefile.am @@ -41,10 +41,12 @@ if USE_QUILT cd linux-stage && quilt setup -l ../$(series) -d ../$(patches) cd linux-stage && quilt push -a -q else + @echo -n "Applying ext3 patches:" @cd linux-stage && for i in $$(<../$(series)) ; do \ - echo "patch -p1 < ../$(patches)/$$i" ; \ - patch -p1 < ../$(patches)/$$i || exit 1 ; \ + echo -n " $$i" ; \ + patch -s -p1 < ../$(patches)/$$i || exit 1 ; \ done + @echo endif mkdir linux @echo -n "Replacing 'ext3' with 'ldiskfs':" -- 1.8.3.1