On Thu, Oct 09, 2014 at 12:34:25AM -0700, Junio C Hamano wrote: > No, and I do not quite see why you even need to look at -dumbmachine > output when your goal is to make this command line > > >> $ make uname_O=MINGW uname_S=MINGW > > work sensibly. Wouldn't it be more like a series of > > ifndef uname_O > uname_O := $(shell uname -o) > endif > > or something like that? I don't want to tell `make` my system name several times. It should be possible to infer system type from CC. -- 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