Hallvard Breien Furuseth <h.b.furuseth@xxxxxxxxxxx> writes: > INSTALL says we can install a profiled Git with > $ make profile-all > # make install prefix=... > This does not work... We should just drop prefix=... from that line, as the "prefix=value must be the same while building and installing" is not only about the "profile" build but applies to any other build. I however wonder why you would need a separate profile-install target, though. Shouldn't $ make foo-build && make install install a funky 'foo' variant of the build for any supported value of 'foo'? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html