make/sanity-rules.gmk

Print this page




 187         @$(ECHO) "WARNING: You are not building the DEPLOY sources.\n" \
 188            "        This will result in a development-only\n" \
 189            "        build of the JDK, lacking the plugin and javaws binaries.\n" \
 190            "" >> $(WARNING_FILE)
 191   endif
 192 endif
 193 ifeq ($(INSTALL_SRC_AVAILABLE), true)
 194   ifneq ($(BUILD_INSTALL), true)
 195         @$(ECHO) "WARNING: You are not building the INSTALL sources.\n" \
 196            "        This will result in a development-only\n" \
 197            "        build of the JDK, lacking the installation bundles\n" \
 198            "" >> $(WARNING_FILE)
 199   endif
 200 endif
 201 ifeq ($(SPONSORS_SRC_AVAILABLE), true)
 202   ifneq ($(BUILD_SPONSORS), true)
 203         @$(ECHO) "WARNING: You are not building the SPONSORS sources.\n" \
 204            "" >> $(WARNING_FILE)
 205   endif
 206 endif
 207 ifndef OPENJDK
 208   ifdef NO_DOCS
 209         @$(ECHO) "WARNING: Your build environment has the variable NO_DOCS\n" \
 210            "        defined. This will result in a development-only\n" \
 211            "        build of the JDK, lacking the documentation.\n" \
 212            "" >> $(WARNING_FILE)
 213   endif
 214 endif
 215 ifdef NO_IMAGES
 216         @$(ECHO) "WARNING: Your build environment has the variable NO_IMAGES\n" \
 217            "        defined. This will result in a development-only\n" \
 218            "        build of the JDK, lacking the install images\n" \
 219            "        and bundles.\n" \
 220            "" >> $(WARNING_FILE)
 221 endif
 222 ifdef DEV_ONLY
 223         @$(ECHO) "WARNING: Your build environment has the variable DEV_ONLY\n" \
 224            "        defined. This will result in a development-only\n" \
 225            "        build of the JDK, lacking the documentation\n" \
 226            "        build and installation bundles.\n" \
 227            "" >> $(WARNING_FILE)
 228 endif
 229 
 230 ######################################################
 231 # if specified, ALT_BOOTDIR must point to non-relative path if set
 232 ######################################################
 233 alt_bootdir:


 338 endif
 339 ifeq ($(JDK_SRC_AVAILABLE), true)
 340         @$(ECHO) "   BUILD_JDK    = $(BUILD_JDK) " >> $(MESSAGE_FILE)
 341 endif
 342 ifeq ($(DEPLOY_SRC_AVAILABLE), true)
 343         @$(ECHO) "   BUILD_DEPLOY  = $(BUILD_DEPLOY) " >> $(MESSAGE_FILE)
 344 endif
 345 ifeq ($(INSTALL_SRC_AVAILABLE), true)
 346         @$(ECHO) "   BUILD_INSTALL = $(BUILD_INSTALL) " >> $(MESSAGE_FILE)
 347 endif
 348 ifeq ($(SPONSORS_SRC_AVAILABLE), true)
 349         @$(ECHO) "   BUILD_SPONSORS = $(BUILD_SPONSORS) " >> $(MESSAGE_FILE)
 350 endif
 351         @$(ECHO) "   DEBUG_CLASSFILES = $(DEBUG_CLASSFILES) " >> $(MESSAGE_FILE)
 352         @$(ECHO) "   DEBUG_BINARIES = $(DEBUG_BINARIES) " >> $(MESSAGE_FILE)
 353         @$(ECHO) "" >> $(MESSAGE_FILE)
 354 
 355 .PHONY: sanity settings pre-sanity insane \
 356         post-sanity post-sanity-hotspot post-sanity-jdk \
 357         post-sanity-install post-sanity-deploy \
 358         alt_bootdir bootdir


 187         @$(ECHO) "WARNING: You are not building the DEPLOY sources.\n" \
 188            "        This will result in a development-only\n" \
 189            "        build of the JDK, lacking the plugin and javaws binaries.\n" \
 190            "" >> $(WARNING_FILE)
 191   endif
 192 endif
 193 ifeq ($(INSTALL_SRC_AVAILABLE), true)
 194   ifneq ($(BUILD_INSTALL), true)
 195         @$(ECHO) "WARNING: You are not building the INSTALL sources.\n" \
 196            "        This will result in a development-only\n" \
 197            "        build of the JDK, lacking the installation bundles\n" \
 198            "" >> $(WARNING_FILE)
 199   endif
 200 endif
 201 ifeq ($(SPONSORS_SRC_AVAILABLE), true)
 202   ifneq ($(BUILD_SPONSORS), true)
 203         @$(ECHO) "WARNING: You are not building the SPONSORS sources.\n" \
 204            "" >> $(WARNING_FILE)
 205   endif
 206 endif
 207 ifeq ($(GENERATE_DOCS),false)
 208         @$(ECHO) "WARNING: This build does not include running javadoc.\n" \



 209            "" >> $(WARNING_FILE)

 210 endif
 211 ifdef NO_IMAGES
 212         @$(ECHO) "WARNING: Your build environment has the variable NO_IMAGES\n" \
 213            "        defined. This will result in a development-only\n" \
 214            "        build of the JDK, lacking the install images\n" \
 215            "        and bundles.\n" \
 216            "" >> $(WARNING_FILE)
 217 endif
 218 ifdef DEV_ONLY
 219         @$(ECHO) "WARNING: Your build environment has the variable DEV_ONLY\n" \
 220            "        defined. This will result in a development-only\n" \
 221            "        build of the JDK, lacking the documentation\n" \
 222            "        build and installation bundles.\n" \
 223            "" >> $(WARNING_FILE)
 224 endif
 225 
 226 ######################################################
 227 # if specified, ALT_BOOTDIR must point to non-relative path if set
 228 ######################################################
 229 alt_bootdir:


 334 endif
 335 ifeq ($(JDK_SRC_AVAILABLE), true)
 336         @$(ECHO) "   BUILD_JDK    = $(BUILD_JDK) " >> $(MESSAGE_FILE)
 337 endif
 338 ifeq ($(DEPLOY_SRC_AVAILABLE), true)
 339         @$(ECHO) "   BUILD_DEPLOY  = $(BUILD_DEPLOY) " >> $(MESSAGE_FILE)
 340 endif
 341 ifeq ($(INSTALL_SRC_AVAILABLE), true)
 342         @$(ECHO) "   BUILD_INSTALL = $(BUILD_INSTALL) " >> $(MESSAGE_FILE)
 343 endif
 344 ifeq ($(SPONSORS_SRC_AVAILABLE), true)
 345         @$(ECHO) "   BUILD_SPONSORS = $(BUILD_SPONSORS) " >> $(MESSAGE_FILE)
 346 endif
 347         @$(ECHO) "   DEBUG_CLASSFILES = $(DEBUG_CLASSFILES) " >> $(MESSAGE_FILE)
 348         @$(ECHO) "   DEBUG_BINARIES = $(DEBUG_BINARIES) " >> $(MESSAGE_FILE)
 349         @$(ECHO) "" >> $(MESSAGE_FILE)
 350 
 351 .PHONY: sanity settings pre-sanity insane \
 352         post-sanity post-sanity-hotspot post-sanity-jdk \
 353         post-sanity-install post-sanity-deploy \
 354         alt_bootdir bootdir environment