6909026: Change GNU make version requirement to 3.81

Sat, 18 Dec 2010 18:29:58 -0800

author
ohair
date
Sat, 18 Dec 2010 18:29:58 -0800
changeset 225
39e071e5adaf
parent 224
e8188d64f51f
child 238
a230c142628c

6909026: Change GNU make version requirement to 3.81
Reviewed-by: robilad

make/common/shared/Platform.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/make/common/shared/Platform.gmk	Thu Dec 16 19:56:44 2010 -0800
     1.2 +++ b/make/common/shared/Platform.gmk	Sat Dec 18 18:29:58 2010 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1997, 2010, 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 @@ -383,7 +383,7 @@
    1.11  
    1.12  REQUIRED_ZIP_VER = 2.2
    1.13  REQUIRED_UNZIP_VER = 5.12
    1.14 -REQUIRED_MAKE_VER = 3.78
    1.15 +REQUIRED_MAKE_VER = 3.81
    1.16  
    1.17  # Unix type settings (same for all unix platforms)
    1.18  ifneq ($(PLATFORM), windows)

mercurial