aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-09-20 11:55:18 +0200
committerRobin Krahl <robin.krahl@ireas.org>2020-09-20 12:00:08 +0200
commit7944af959ca0b48f0e8ea5c506e801e07a6b8124 (patch)
tree3b533eefed96b225edf99fac394ae6546cfcc786
parent56eb89dcf5f7d2c3b4ea92490a3b4df6f85713c0 (diff)
downloadnitrokey-sys-rs-7944af959ca0b48f0e8ea5c506e801e07a6b8124.tar.gz
nitrokey-sys-rs-7944af959ca0b48f0e8ea5c506e801e07a6b8124.tar.bz2
Automatically refresh patches
This patch adds the --refresh option to the quilt push invocation in the Makefile to automatically update the patches if the context changed.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d04632..3e48cf8 100644
--- a/Makefile
+++ b/Makefile
@@ -11,4 +11,4 @@ src/ffi.rs: ${LIBNITROKEY}/NK_C_API.h
--output "$@" \
"$<" \
-- "-I${LIBNITROKEY}/libnitrokey"
- quilt push -a
+ quilt push -a --refresh