Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Aug 2003 09:55:02 +0900 (JST)
From:      Yamada Ken Takeshi <ken@tydfam.jp>
To:        glewis@misty.eyesbeyond.com
Cc:        freebsd-java@freebsd.org
Subject:   Re: Q) jdk1.4.1 compile on -current
Message-ID:  <20030809.095502.730553265.ken@tydfam.jp>
In-Reply-To: <20030808185159.GA12599@misty.eyesbeyond.com>
References:  <20030808154405.GA94721@misty.eyesbeyond.com> <3F33DD7B.5050501@kasimir.com> <20030808185159.GA12599@misty.eyesbeyond.com>

next in thread | previous in thread | raw e-mail | index | archive | help
  Greg,
  I have the following patch error with the Experimental
patch.

 ../../j2se/make/common/Defs-bsd.gmk.rej

***************
*** 155,161 ****
  
  # DEVTOOLS_PATH is for other tools required for building (such as
  # zip, etc.)
- DEVTOOLS_PATH = /usr/local/bin/
  # Allow the user to override the default value...
  ifdef ALT_DEVTOOLS_PATH
  DEVTOOLS_PATH = $(subst //,/,$(ALT_DEVTOOLS_PATH)/)
--- 155,161 ----
  
  # DEVTOOLS_PATH is for other tools required for building (such as
  # zip, etc.)
+ DEVTOOLS_PATH = ${LOCALBASE}/bin/
  # Allow the user to override the default value...
  ifdef ALT_DEVTOOLS_PATH
  DEVTOOLS_PATH = $(subst //,/,$(ALT_DEVTOOLS_PATH)/)
***************
*** 194,200 ****
  endif # PLATFORM_SRC
  
  # platform specific include files
- PLATFORM_INCLUDE  = $(INCLUDEDIR)/$(PLATFORM)
  
  #
  # Default BOOTDIR
--- 194,201 ----
  endif # PLATFORM_SRC
  
  # platform specific include files
+ TRUE_PLATFORM_INCLUDE := $(shell $(ECHO) $(TRUE_PLATFORM) | $(TR) "[:upper:]" "[:lower:]")
+ PLATFORM_INCLUDE  = $(INCLUDEDIR)/$(TRUE_PLATFORM_INCLUDE)
  
  #
  # Default BOOTDIR



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030809.095502.730553265.ken>