equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 1995, 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 |
27 # Makefile for building and packaging all of the JDK and the JRE. See |
27 # Makefile for building and packaging all of the JDK and the JRE. See |
28 # also included files. |
28 # also included files. |
29 # |
29 # |
30 |
30 |
31 BUILDDIR=. |
31 BUILDDIR=. |
|
32 |
32 include $(BUILDDIR)/common/Defs.gmk |
33 include $(BUILDDIR)/common/Defs.gmk |
33 |
34 |
34 # |
35 # |
35 # Make sure we are clear what the default target is |
36 # Make sure we are clear what the default target is |
36 # |
37 # |
271 |
272 |
272 # |
273 # |
273 # Release engineering targets. |
274 # Release engineering targets. |
274 # |
275 # |
275 include $(BUILDDIR)/common/Release.gmk |
276 include $(BUILDDIR)/common/Release.gmk |
|
277 -include $(CUSTOM_MAKE_DIR)/Release.gmk |
276 |
278 |
277 # |
279 # |
278 # Cscope targets. |
280 # Cscope targets. |
279 # |
281 # |
280 include $(BUILDDIR)/common/Cscope.gmk |
282 include $(BUILDDIR)/common/Cscope.gmk |