equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2005, 2012, 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 |
147 |
147 |
148 # |
148 # |
149 # Rules |
149 # Rules |
150 # |
150 # |
151 CLASSDESTDIR = $(TEMPDIR)/classes |
151 CLASSDESTDIR = $(TEMPDIR)/classes |
152 JAVAHFLAGS += -Xbootclasspath/p:$(CLASSDESTDIR) |
152 JAVAHFLAGS = -bootclasspath \ |
|
153 "$(CLASSDESTDIR)$(CLASSPATH_SEPARATOR)$(CLASSBINDIR)" |
153 |
154 |
154 include $(BUILDDIR)/common/Mapfile-vers.gmk |
155 include $(BUILDDIR)/common/Mapfile-vers.gmk |
155 |
156 |
156 include $(BUILDDIR)/common/Library.gmk |
157 include $(BUILDDIR)/common/Library.gmk |
157 |
158 |