1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Remove error suppression for pgBackRest make.

This looks like a copy-pasto because make works just fine without it.
This commit is contained in:
David Steele 2018-11-12 20:44:56 -05:00
parent a2672557f8
commit bc810e5a87
2 changed files with 6 additions and 2 deletions

View File

@ -149,6 +149,10 @@
<release-item>
<p>Add new HTML tags and <code>strExtra</code> to <code>DocHtmlElement</code>.</p>
</release-item>
<release-item>
<p>Remove error suppression for <backrest/> <file>make</file>.</p>
</release-item>
</release-development-list>
</release-doc-list>

View File

@ -549,8 +549,8 @@
<execute-list host="{[host-build]}">
<title>Build <backrest/> executable</title>
<execute user="root" err-suppress="y">
<exe-cmd>make -C /root/pgbackrest-release-{[version]}/src</exe-cmd>
<execute user="root">
<exe-cmd>make -s -C /root/pgbackrest-release-{[version]}/src</exe-cmd>
</execute>
</execute-list>
</section>