- Timestamp:
 - Jun 8, 2010, 2:28:40 PM (15 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/openjdk/jdk/make/common/shared/Defs.gmk (modified) (6 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/openjdk/jdk/make/common/shared/Defs.gmk
r2 r9 59 59 endef 60 60 61 # Checks an ALT value for spaces (should be one word), 61 # Checks an ALT value for spaces (should be one word), 62 62 # warns and returns Check_ALT_$1 if spaces 63 63 define AltCheckSpaces … … 116 116 # Given a line of text, get the major.minor version number from it 117 117 define GetVersion 118 $(shell echo $1 | sed - e 's@[^1-9]*\([1-9][0-9]*\.[0-9][0-9]*\).*@\1@')118 $(shell echo $1 | sed -ne 's@[^1-9]*\([1-9][0-9]*\.[0-9][0-9]*\).*@\1@p') 119 119 endef 120 120 … … 291 291 # 292 292 # Recommended setting: 2 seems to be ideal for single cpu machines, 293 # 2 times the number of CPU's is a basic formula, 294 # but probably not more than 4 if the machine is 295 # being shared by others, or the machine is limited 293 # 2 times the number of CPU's is a basic formula, 294 # but probably not more than 4 if the machine is 295 # being shared by others, or the machine is limited 296 296 # in RAM or swap. 297 297 # … … 411 411 endif 412 412 413 # CACERTS_FILE: if OPENJDK is false and the internal version of the file 414 # (that is, non-empty) is available, use it, otherwise use an 413 # CACERTS_FILE: if OPENJDK is false and the internal version of the file 414 # (that is, non-empty) is available, use it, otherwise use an 415 415 # empty keystore. 416 416 # … … 465 465 # NOTE: ISA_DIR is usually empty, on Solaris it might be /sparcv9 or /amd64 466 466 BINDIR = $(OUTPUTDIR)/bin$(ISA_DIR) 467 467 468 468 # MOZILLA_HEADERS_PATH: path to mozilla header files for plugin 469 469 ifdef ALT_MOZILLA_HEADERS_PATH … … 481 481 CUPS_HEADERS_PATH:=$(call FullPath,$(ALT_CUPS_HEADERS_PATH)) 482 482 CUPS_HEADERS_PATH:=$(call AltCheckValue,CUPS_HEADERS_PATH) 483 else 483 else 484 484 CUPS_HEADERS_PATH:= \ 485 485 $(shell if [ -d "$(JDK_CUPS_HEADERS_PATH)" ]; then \  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  