Re: How to disable docs when building Git from sources

2019-03-25 Thread Jeff King
On Mon, Mar 25, 2019 at 10:37:24AM -0400, Jeffrey Walton wrote: > I used 'make -j 4 NO_GETTEXT=Yes' and I think that fixed the command > line components. Or at least I did not see the error where I was > previously seeing it. > > I am seeing a similar issue now for the GUI components (assuming >

Re: How to disable docs when building Git from sources

2019-03-25 Thread Jeffrey Walton
On Mon, Mar 25, 2019 at 3:14 AM Johannes Sixt wrote: > > Am 25.03.19 um 07:40 schrieb Jeffrey Walton: > > I'm working on a low-resource dev-board. It is missing a lot of > > utilities to save space. I'm building Git 2.20 from sources. Make is > > failing due to '/bin/sh: 1: msgfmt: not found'. I d

Re: How to disable docs when building Git from sources

2019-03-25 Thread Johannes Sixt
Am 25.03.19 um 07:40 schrieb Jeffrey Walton: > I'm working on a low-resource dev-board. It is missing a lot of > utilities to save space. I'm building Git 2.20 from sources. Make is > failing due to '/bin/sh: 1: msgfmt: not found'. I don't cross-compile > because that's a bigger pain in the ass tha

How to disable docs when building Git from sources

2019-03-24 Thread Jeffrey Walton
Hi Everyone, I'm working on a low-resource dev-board. It is missing a lot of utilities to save space. I'm building Git 2.20 from sources. Make is failing due to '/bin/sh: 1: msgfmt: not found'. I don't cross-compile because that's a bigger pain in the ass than waiting for the native build to finis