# HG changeset patch # User tbell # Date 1382485294 25200 # Node ID c7a2663b5f3ab4292003980db2083dbc4f33b009 # Parent e6634ac9e7b57e956265b287d04eda886ab8b548# Parent 5240bd58485aafcf6d07dd4390382c1fec69f08b Merge diff -r e6634ac9e7b5 -r c7a2663b5f3a NewMakefile.gmk --- a/NewMakefile.gmk Tue Oct 22 16:28:57 2013 -0700 +++ b/NewMakefile.gmk Tue Oct 22 16:41:34 2013 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -36,7 +36,7 @@ TEST_FOR_NON_GNUMAKE:sh=echo You are not using GNU make/gmake, this is a requirement. Check your path. 1>&2 && exit 1 # Assume we have GNU make, but check version. -ifeq ($(strip $(foreach v, 3.81 3.82 4.%, $(filter $v, $(MAKE_VERSION)))), ) +ifeq ($(strip $(foreach v, 3.81% 3.82% 4.%, $(filter $v, $(MAKE_VERSION)))), ) $(error This version of GNU Make is too low ($(MAKE_VERSION)). Check your path, or upgrade to 3.81 or newer.) endif