[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#46703] 回复: Re: [bug#46703] [PATCH] gnu: add bmake
From: |
Nicolas Goaziou |
Subject: |
[bug#46703] 回复: Re: [bug#46703] [PATCH] gnu: add bmake |
Date: |
Tue, 02 Mar 2021 11:58:05 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hello,
qblade <qblade@protonmail.com> writes:
> Subject: [PATCH] gnu: Add bmake
Applied. Thank you.
> + (add-after 'configure 'remove-fail-tests ;; need fix
> + (lambda _
> + (substitute* "unit-tests/Makefile"
> + (("cmd-interrupt")
> + ""))
> + (substitute* "unit-tests/Makefile"
> + (("varmod-localtime")
> + "")))))
I merged the two substitutions within the same substitute* call.
Regards,
--
Nicolas Goaziou
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#46703] 回复: Re: [bug#46703] [PATCH] gnu: add bmake,
Nicolas Goaziou <=