aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-06-10 13:57:04 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-06-10 13:57:04 -0400
commit270903b5d5002e67ab34b98044ff46b7c3cd9dd6 (patch)
tree8e07770862b5173ce3a61d845d65bf52a37920fa /Makefile
parent47811a8092d5916247671c317124b700e745d66b (diff)
add commit-standalone target to refresh quilt patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a167c6287..15f5b0d6d 100644
--- a/Makefile
+++ b/Makefile
@@ -155,6 +155,9 @@ undo-standalone:
git checkout debian/changelog
quilt pop -a || true
+commit-standalone:
+ QUILT_PATCHES=debian/patches QUILT_SERIES=series.standalone-build quilt refresh
+
dpkg-buildpackage%: prep-standalone
umask 022; dpkg-buildpackage -rfakeroot $*
$(MAKE) undo-standalone