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").