make/common/shared/Platform.gmk

changeset 225
39e071e5adaf
parent 194
0f60cf26c5b5
child 340
f7718662741d
equal deleted inserted replaced
224:e8188d64f51f 225:39e071e5adaf
1 # 1 #
2 # Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
381 export MAX_VM_MEMORY 381 export MAX_VM_MEMORY
382 endif 382 endif
383 383
384 REQUIRED_ZIP_VER = 2.2 384 REQUIRED_ZIP_VER = 2.2
385 REQUIRED_UNZIP_VER = 5.12 385 REQUIRED_UNZIP_VER = 5.12
386 REQUIRED_MAKE_VER = 3.78 386 REQUIRED_MAKE_VER = 3.81
387 387
388 # Unix type settings (same for all unix platforms) 388 # Unix type settings (same for all unix platforms)
389 ifneq ($(PLATFORM), windows) 389 ifneq ($(PLATFORM), windows)
390 # Temporary disk area 390 # Temporary disk area
391 TEMP_DISK=/tmp 391 TEMP_DISK=/tmp

mercurial