make/linux/Makefile

changeset 7874
908b2d7253fc
parent 6538
56e7f5560e60
child 7994
04ff2f6cd0eb
child 8200
bd33e3fce750
     1.1 --- a/make/linux/Makefile	Wed Apr 29 12:23:48 2015 -0700
     1.2 +++ b/make/linux/Makefile	Tue Mar 10 21:20:10 2015 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -229,7 +229,7 @@
    1.11  # Solaris 2.5.1, 2.6).
    1.12  # Disable this check by setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok.
    1.13  
    1.14 -SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3%
    1.15 +SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3% 4%
    1.16  OS_VERSION := $(shell uname -r)
    1.17  EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))
    1.18  

mercurial