[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54235] [PATCH 3/3] gnu: Add sysbench.
From: |
Maxim Cournoyer |
Subject: |
[bug#54235] [PATCH 3/3] gnu: Add sysbench. |
Date: |
Mon, 07 Mar 2022 13:59:08 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi Maxime,
Maxime Devos <maximedevos@telenet.be> writes:
> Maxim Cournoyer schreef op do 03-03-2022 om 09:05 [-0500]:
>> + (snippet '(begin
>> + ;; Ensure no bundled libraries get used.
>> + (delete-file-recursively "third_party")
>> + (substitute* "configure.ac"
>> + (("^third_party/.*")
>> + ""))
>> + (substitute* "Makefile.am"
>> + ((".*(LUAJIT|CK)_DIR =.*")
>> + ""))))
>
> For consistency with the code below, I would make this a gexp, YMMV.
I think I prefer to leave it as is, to readily convey that no G-Exp
features were used.
Thank you!
Maxim
- [bug#54235] [PATCH 0/3] Add sysbench., Maxim Cournoyer, 2022/03/03
- [bug#54235] [PATCH 1/3] gnu: docbook-xml-4.1.2: Install an XML catalog file., Maxim Cournoyer, 2022/03/03
- [bug#54235] [PATCH 2/3] gnu: Add ck., Maxim Cournoyer, 2022/03/03
- [bug#54235] [PATCH 2/3] gnu: Add ck., Maxime Devos, 2022/03/03
- [bug#54235] [PATCH 2/3] gnu: Add ck., Maxim Cournoyer, 2022/03/07
- [bug#54235] [PATCH 2/3] gnu: Add ck., Maxime Devos, 2022/03/07
- [bug#54235] [PATCH 2/3] gnu: Add ck., Maxim Cournoyer, 2022/03/07
- [bug#54235] [PATCH 2/3] gnu: Add ck., Maxim Cournoyer, 2022/03/07
[bug#54235] [PATCH 3/3] gnu: Add sysbench., Maxim Cournoyer, 2022/03/03
[bug#54235] [PATCH v2 1/3] gnu: docbook-xml-4.1.2: Install an XML catalog file., Maxim Cournoyer, 2022/03/07
[bug#54235] [PATCH v2 2/3] gnu: Add ck., Maxime Devos, 2022/03/08
[bug#54235] [PATCH v2 2/3] gnu: Add ck., Maxim Cournoyer, 2022/03/08
[bug#54235] [PATCH v2 3/3] gnu: Add sysbench., Maxim Cournoyer, 2022/03/07