common/makefiles/Main.gmk

changeset 559
ef6adbf511cc
parent 518
6ff2e1280dc3
child 563
348a881c6da0
equal deleted inserted replaced
558:d5f3a6f60d51 559:ef6adbf511cc
63 endif 63 endif
64 MAKE_ARGS:=$(MAKE_ARGS) -j$(JOBS) 64 MAKE_ARGS:=$(MAKE_ARGS) -j$(JOBS)
65 65
66 ### Main targets 66 ### Main targets
67 67
68 all: jdk 68 default: jdk
69 @$(call CheckIfMakeAtEnd)
70
71 all: images docs
72 @$(call CheckIfMakeAtEnd)
69 73
70 start-make: 74 start-make:
71 @$(call AtMakeStart) 75 @$(call AtMakeStart)
72 76
73 langtools: langtools-only 77 langtools: langtools-only
122 126
123 overlay-images: source-tips demos overlay-images-only 127 overlay-images: source-tips demos overlay-images-only
124 overlay-images-only: start-make 128 overlay-images-only: start-make
125 @$(call TargetEnter) 129 @$(call TargetEnter)
126 @($(CD) $(JDK_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJdk.gmk overlay-images) 130 @($(CD) $(JDK_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJdk.gmk overlay-images)
127 @$(call TargetExit)
128
129 bundles: images bundles-only
130 bundles-only: start-make
131 @$(call TargetEnter)
132 @($(CD) $(JDK_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJdk.gmk bundles)
133 @$(call TargetExit) 131 @$(call TargetExit)
134 132
135 install: images install-only 133 install: images install-only
136 install-only: start-make 134 install-only: start-make
137 @$(call TargetEnter) 135 @$(call TargetEnter)

mercurial