"David Syzdek" <syzdek@xxxxxxxxx> writes: > The following should match against FreeBSD 4.x: > > FREEBSD_MAJOR := $(shell sh -c 'echo $(uname_R) |cut -d. -f1') > ifeq ($(FREEBSD_MAJOR),4) > NO_UINTMAX_T = YesPlease > NO_STRTOUMAX = YesPlease > endif > > Is the use of FREEBSD_MAJOR okay, or would another name be more appropriate? Other parts of the Makefile seems to do something like this: ifeq ($(shell expr "$(uname_R)" : '4\.'),2) -- 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