make/common/shared/Platform.gmk

Print this page

        

*** 51,61 **** # USER login name of user (minus blanks) # PLATFORM windows, solaris, or linux # VARIANT OPT or DBG, OPT is the default # OS_NAME solaris, linux, or nt # OS_VERSION specific version of os, 5.10, 2.4.9-e.3, etc. - # OS_VENDOR company name # TEMP_DISK /tmp or C:/temp # ARCH_DATA_MODEL 32 or 64 # ARCH sparc, sparcv9, i586, amd64, or ia64 # ARCH_FAMILY sparc or i586 # ARCHPROP sparc or x86 --- 51,60 ----
*** 164,174 **** LIBARCH32 = i386 LIBARCH64 = amd64 endif # Suffix for file bundles used in previous release BUNDLE_FILE_SUFFIX=.tar - OS_VENDOR = Sun Microsystems # Required Solaris version ifeq ($(ARCH), amd64) REQUIRED_OS_VERSION = 5.10 else REQUIRED_OS_VERSION = 5.8 --- 163,172 ----
*** 251,269 **** BUNDLE_FILE_SUFFIX=.tar.gz # Minimum disk space needed as determined by running 'du -sk' on # a fully built workspace. REQUIRED_FREE_SPACE=1460000 LINUX_VERSION_INFO = /etc/redhat-release - OS_VENDOR = Red Hat ifeq ($(ARCH_DATA_MODEL), 32) REQUIRED_LINUX_VER = Advanced Server REQUIRED_LINUX_FULLVER = Advanced Server release 2.1AS REQUIRED_OS_VERSION = 2.4.9-e.3 else ifeq ($(ARCH), amd64) LINUX_VERSION_INFO = /etc/SuSE-release - OS_VENDOR = SuSE Enterprise REQUIRED_LINUX_VER = 8.1 REQUIRED_LINUX_FULLVER = $(REQUIRED_LINUX_VER) SLSE AMD64 REQUIRED_OS_VERSION = 2.4.19-SMP else REQUIRED_LINUX_VER = Advanced Server --- 249,265 ----
*** 376,386 **** REQUIRED_FREE_SPACE=500000 # ISHIELD_TEMP_MIN is the difference of an empty C:\TEMP vs. one after a # bundles build on windows. ISHIELD_TEMP_MIN=250000 REQUIRED_DXSDK_VER = 0x0700 - OS_VENDOR = Microsoft # How much RAM does this machine have: MB_OF_MEMORY := $(shell \ if [ -f "C:/cygwin/bin/free.exe" ] ; then \ ( C:/cygwin/bin/bash.exe -c "C:/cygwin/bin/free.exe -m" ) | \ grep Mem: | \ --- 372,381 ----