From: Brian J. Murrell Date: Wed, 2 Mar 2011 18:10:55 +0000 (-0500) Subject: LU-115 get some verbose patching output X-Git-Tag: 2.0.60.0~43 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=e9b9900a90cef377ff2992096523575ada55b8c6 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 --- 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