From e9b9900a90cef377ff2992096523575ada55b8c6 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Wed, 2 Mar 2011 13:10:55 -0500 Subject: [PATCH] LU-115 get some verbose patching output Signed-off-by: Brian J. Murrell Change-Id: I548a3a26b61241ed8d81551779bd78950dccdd54 Reviewed-on: http://review.whamcloud.com/298 Tested-by: Hudson Reviewed-by: Robert Read Reviewed-by: Michael MacDonald Reviewed-by: Oleg Drokin --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 06ef5af..0a80989 100755 --- a/debian/rules +++ b/debian/rules @@ -393,7 +393,7 @@ binary-modules: prep-deb-files clean: dh_testdir dh_testroot - dpatch deapply-all + dpatch deapply-all -v -$(MAKE) distclean rm -rf debian/substvars debian/*.bak debian/*~ *~ *-stamp debian/$(PATCH_PKG) ls -d debian/lustre-client-modules-* | grep -v _KVERS_ | xargs rm -f || true @@ -408,11 +408,11 @@ clean: patch: patch-stamp patch-stamp: - dpatch apply-all + dpatch apply-all -v touch $@ unpatch: - dpatch deapply-all + dpatch deapply-all -v rm -rf debian/patched patch-stamp .PHONY: binary-arch clean source diff binary binary-indep binary-arch install configure -- 1.8.3.1