1 # |
1 # |
2 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2012, 2016, 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 |
37 $(info ) |
37 $(info ) |
38 $(info Common make targets) |
38 $(info Common make targets) |
39 $(info $(_) make [default] # Compile all modules in langtools, hotspot, jdk, jaxws,) |
39 $(info $(_) make [default] # Compile all modules in langtools, hotspot, jdk, jaxws,) |
40 $(info $(_) # jaxp and corba, and create a runnable "exploded" image) |
40 $(info $(_) # jaxp and corba, and create a runnable "exploded" image) |
41 $(info $(_) make all # Compile everything, all repos, docs and images) |
41 $(info $(_) make all # Compile everything, all repos, docs and images) |
42 $(info $(_) make images # Create complete jdk and jre images) |
42 $(info $(_) make images # Create complete jdk and jre images (alias for product-images)) |
|
43 $(info $(_) make <name>-image # Build just the image (jdk, jre, test, docs etc)) |
43 $(info $(_) make <phase> # Build the specified phase and everything it depends on) |
44 $(info $(_) make <phase> # Build the specified phase and everything it depends on) |
44 $(info $(_) # (gensrc, java, copy, libs, launchers, gendata, rmic)) |
45 $(info $(_) # (gensrc, java, copy, libs, launchers, gendata, rmic)) |
45 $(info $(_) make *-only # Applies to most targets and disables compling the) |
46 $(info $(_) make *-only # Applies to most targets and disables compling the) |
46 $(info $(_) # dependencies for the target. This is faster but may) |
47 $(info $(_) # dependencies for the target. This is faster but may) |
47 $(info $(_) # result in incorrect build results!) |
48 $(info $(_) # result in incorrect build results!) |