make/sanity-rules.gmk

changeset 645
5b0b6ef58dbf
parent 408
28f2fe471725
equal deleted inserted replaced
644:b70196e01c53 645:5b0b6ef58dbf
180 " This will result in a development-only\n" \ 180 " This will result in a development-only\n" \
181 " build of the JDK , lacking the jdk binaries.\n" \ 181 " build of the JDK , lacking the jdk binaries.\n" \
182 "" >> $(WARNING_FILE) 182 "" >> $(WARNING_FILE)
183 endif 183 endif
184 endif 184 endif
185 ifeq ($(NASHORN_SRC_AVAILABLE), true)
186 ifneq ($(BUILD_NASHORN), true)
187 @$(ECHO) "WARNING: You are not building the NASHORN sources.\n" \
188 " The nashorn files will be obtained from \n" \
189 " the location set in ALT_JDK_IMPORT_PATH. \n" \
190 "" >> $(WARNING_FILE)
191 endif
192 endif
185 ifeq ($(DEPLOY_SRC_AVAILABLE), true) 193 ifeq ($(DEPLOY_SRC_AVAILABLE), true)
186 ifneq ($(BUILD_DEPLOY), true) 194 ifneq ($(BUILD_DEPLOY), true)
187 @$(ECHO) "WARNING: You are not building the DEPLOY sources.\n" \ 195 @$(ECHO) "WARNING: You are not building the DEPLOY sources.\n" \
188 " This will result in a development-only\n" \ 196 " This will result in a development-only\n" \
189 " build of the JDK, lacking the plugin and javaws binaries.\n" \ 197 " build of the JDK, lacking the plugin and javaws binaries.\n" \
266 @$(ECHO) " HOTSPOT_TOPDIR = $(HOTSPOT_TOPDIR)" >> $(MESSAGE_FILE) 274 @$(ECHO) " HOTSPOT_TOPDIR = $(HOTSPOT_TOPDIR)" >> $(MESSAGE_FILE)
267 endif 275 endif
268 ifeq ($(JDK_SRC_AVAILABLE), true) 276 ifeq ($(JDK_SRC_AVAILABLE), true)
269 @$(ECHO) " JDK_TOPDIR = $(JDK_TOPDIR)" >> $(MESSAGE_FILE) 277 @$(ECHO) " JDK_TOPDIR = $(JDK_TOPDIR)" >> $(MESSAGE_FILE)
270 endif 278 endif
279 ifeq ($(NASHORN_SRC_AVAILABLE), true)
280 @$(ECHO) " NASHORN_TOPDIR = $(NASHORN_TOPDIR)" >> $(MESSAGE_FILE)
281 endif
271 ifeq ($(DEPLOY_SRC_AVAILABLE), true) 282 ifeq ($(DEPLOY_SRC_AVAILABLE), true)
272 @$(ECHO) " DEPLOY_TOPDIR = $(DEPLOY_TOPDIR)" >> $(MESSAGE_FILE) 283 @$(ECHO) " DEPLOY_TOPDIR = $(DEPLOY_TOPDIR)" >> $(MESSAGE_FILE)
273 endif 284 endif
274 ifeq ($(INSTALL_SRC_AVAILABLE), true) 285 ifeq ($(INSTALL_SRC_AVAILABLE), true)
275 @$(ECHO) " INSTALL_TOPDIR = $(INSTALL_TOPDIR)" >> $(MESSAGE_FILE) 286 @$(ECHO) " INSTALL_TOPDIR = $(INSTALL_TOPDIR)" >> $(MESSAGE_FILE)
301 @$(ECHO) " BUILD_HOTSPOT = $(BUILD_HOTSPOT) " >> $(MESSAGE_FILE) 312 @$(ECHO) " BUILD_HOTSPOT = $(BUILD_HOTSPOT) " >> $(MESSAGE_FILE)
302 endif 313 endif
303 ifeq ($(JDK_SRC_AVAILABLE), true) 314 ifeq ($(JDK_SRC_AVAILABLE), true)
304 @$(ECHO) " BUILD_JDK = $(BUILD_JDK) " >> $(MESSAGE_FILE) 315 @$(ECHO) " BUILD_JDK = $(BUILD_JDK) " >> $(MESSAGE_FILE)
305 endif 316 endif
317 ifeq ($(NASHORN_SRC_AVAILABLE), true)
318 @$(ECHO) " BUILD_NASHORN = $(BUILD_NASHORN) " >> $(MESSAGE_FILE)
319 endif
306 ifeq ($(DEPLOY_SRC_AVAILABLE), true) 320 ifeq ($(DEPLOY_SRC_AVAILABLE), true)
307 @$(ECHO) " BUILD_DEPLOY = $(BUILD_DEPLOY) " >> $(MESSAGE_FILE) 321 @$(ECHO) " BUILD_DEPLOY = $(BUILD_DEPLOY) " >> $(MESSAGE_FILE)
308 endif 322 endif
309 ifeq ($(INSTALL_SRC_AVAILABLE), true) 323 ifeq ($(INSTALL_SRC_AVAILABLE), true)
310 @$(ECHO) " BUILD_INSTALL = $(BUILD_INSTALL) " >> $(MESSAGE_FILE) 324 @$(ECHO) " BUILD_INSTALL = $(BUILD_INSTALL) " >> $(MESSAGE_FILE)

mercurial