projects
/
suricata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7c4418
)
do not clean vendor directory on distclean
author
Sascha Steinbiss
<satta@debian.org>
Thu, 28 Apr 2022 06:51:06 +0000
(07:51 +0100)
committer
Sascha Steinbiss
<satta@debian.org>
Thu, 28 Apr 2022 06:51:06 +0000
(07:51 +0100)
Last-Update: 2018-12-26
dh_auto_clean calls make distclean, which in the case of Suricata also
removes the vendor directory. This breaks repeated builds.
Gbp-Pq: Name fix-repeated-builds.patch
rust/Makefile.am
patch
|
blob
|
history
diff --git
a/rust/Makefile.am
b/rust/Makefile.am
index afe9836e82de973a551d3c3da27f06755962b066..1a611aaa2035851b3e8f36f9dc9efc9322268164 100644
(file)
--- a/
rust/Makefile.am
+++ b/
rust/Makefile.am
@@
-65,7
+65,7
@@
distclean-local:
rm -f Cargo.lock
maintainerclean-local:
- rm -rf
vendor
gen
+ rm -rf gen
check:
CARGO_HOME="$(CARGO_HOME)" @rustup_home@ \