Skip to content
Snippets Groups Projects
Commit e9b9900a authored by Brian J. Murrell's avatar Brian J. Murrell Committed by Oleg Drokin
Browse files

LU-115 get some verbose patching output


Signed-off-by: default avatarBrian J. Murrell <brian@whamcloud.com>
Change-Id: I548a3a26b61241ed8d81551779bd78950dccdd54
Reviewed-on: http://review.whamcloud.com/298


Tested-by: Hudson
Reviewed-by: default avatarRobert Read <rread@whamcloud.com>
Reviewed-by: default avatarMichael MacDonald <mjmac@whamcloud.com>
Reviewed-by: default avatarOleg Drokin <green@whamcloud.com>
parent b9ab6348
No related branches found
No related tags found
No related merge requests found
...@@ -393,7 +393,7 @@ binary-modules: prep-deb-files ...@@ -393,7 +393,7 @@ binary-modules: prep-deb-files
clean: clean:
dh_testdir dh_testdir
dh_testroot dh_testroot
dpatch deapply-all dpatch deapply-all -v
-$(MAKE) distclean -$(MAKE) distclean
rm -rf debian/substvars debian/*.bak debian/*~ *~ *-stamp debian/$(PATCH_PKG) rm -rf debian/substvars debian/*.bak debian/*~ *~ *-stamp debian/$(PATCH_PKG)
ls -d debian/lustre-client-modules-* | grep -v _KVERS_ | xargs rm -f || true ls -d debian/lustre-client-modules-* | grep -v _KVERS_ | xargs rm -f || true
...@@ -408,11 +408,11 @@ clean: ...@@ -408,11 +408,11 @@ clean:
patch: patch-stamp patch: patch-stamp
patch-stamp: patch-stamp:
dpatch apply-all dpatch apply-all -v
touch $@ touch $@
unpatch: unpatch:
dpatch deapply-all dpatch deapply-all -v
rm -rf debian/patched patch-stamp rm -rf debian/patched patch-stamp
.PHONY: binary-arch clean source diff binary binary-indep binary-arch install configure .PHONY: binary-arch clean source diff binary binary-indep binary-arch install configure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment