Hi Junio, On Tue, 17 Aug 2021, Junio C Hamano wrote: > Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > > > Would those `all` and `strip` targets interfere with one another if `make > > -j2` was called? If not, wouldn't it be sufficient to let `install-strip` > > depend on `strip` alone? > > Good question. > > I would have expected that this will *not* be a new target, but some > sort of make variable (e.g. "make INSTALL_STRIP=yes install"). That would work, too. At the same time: wouldn't it be nicer to let `make -j15 strip install` Do The Right Thing? Ciao, Dscho