You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-filter/scmail/files/scmail-parallel-make.patch

20 lines
312 B

--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
all: check-gauche $(TARGET) update-doc
-update-doc:
+update-doc: dot.scmail/deliver-rules.sample
cd doc && make
check-gauche:
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -41,3 +41,5 @@
@rm -f $(TARGET)
@rm -rf Mail Maildir test.*
+.NOTPARALLEL:
+