8008950: jdk8/tl failing with SetupJavaCompilation BUILD_NASGEN contains missing directory -c on Windows

Wed, 27 Feb 2013 14:12:45 +0000

author
alanb
date
Wed, 27 Feb 2013 14:12:45 +0000
changeset 122
1d3dca059b3e
parent 121
a90094ae5be3
child 129
3b222c90b7de

8008950: jdk8/tl failing with SetupJavaCompilation BUILD_NASGEN contains missing directory -c on Windows
Reviewed-by: chegar, sundar

makefiles/BuildNashorn.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/makefiles/BuildNashorn.gmk	Tue Feb 26 22:57:51 2013 +0530
     1.2 +++ b/makefiles/BuildNashorn.gmk	Wed Feb 27 14:12:45 2013 +0000
     1.3 @@ -57,8 +57,8 @@
     1.4      COPY:=.properties .js,\
     1.5      BIN:=$(NASHORN_OUTPUTDIR)/nashorn_classes))
     1.6  
     1.7 -NASGEN_SRC := $(FIXPATH) $(NASHORN_TOPDIR)/buildtools/nasgen/src
     1.8 -ASM_SRC := $(FIXPATH) $(JDK_TOPDIR)/src/share/classes/jdk/internal/org/objectweb/asm
     1.9 +NASGEN_SRC := $(NASHORN_TOPDIR)/buildtools/nasgen/src
    1.10 +ASM_SRC := $(JDK_TOPDIR)/src/share/classes/jdk/internal/org/objectweb/asm
    1.11  
    1.12  # Build nasgen
    1.13  $(eval $(call SetupJavaCompilation,BUILD_NASGEN,\

mercurial