Junio C Hamano wrote: > Dennis Stosberg <dennis@xxxxxxxxxxxx> writes: > > > + ifeq ($(shell test `uname -r | sed -e 's/^\([0-9]\).*/\1/'` -lt 2 && echo y),y) > > + NEEDS_LIBICONV = YesPlease > > + endif > > This looks rather ugly. I do not know if NetBSD has 0.xx > versions, but perhaps something like this? > > ifeq ($(shell expr "$(uname_R)" : '[01]\.'),2) Admittedly, that looks a lot nicer. And it works correctly with NetBSD's "expr", too. Regards, Dennis - : 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