make/autoconf/spec.gmk.in
changeset 52724 0bdbf854472f
parent 52595 16609197022c
child 52734 d537553ed639
equal deleted inserted replaced
52723:f24ae8376e71 52724:0bdbf854472f
   226   # COMPANY_NAME is set to "N/A" in $AUTOCONF_DIR/version-numbers by default,
   226   # COMPANY_NAME is set to "N/A" in $AUTOCONF_DIR/version-numbers by default,
   227   # but can be customized with the '--with-vendor-name' configure option.
   227   # but can be customized with the '--with-vendor-name' configure option.
   228   # Only export "VENDOR" to the build if COMPANY_NAME contains a real value.
   228   # Only export "VENDOR" to the build if COMPANY_NAME contains a real value.
   229   # Otherwise the default value for VENDOR, which is used to set the "java.vendor"
   229   # Otherwise the default value for VENDOR, which is used to set the "java.vendor"
   230   # and "java.vm.vendor" properties is hard-coded into the source code (i.e. in
   230   # and "java.vm.vendor" properties is hard-coded into the source code (i.e. in
   231   # System.c in the jdk for "vm.vendor" and vm_version.cpp in the VM for "java.vm.vendor")
   231   # VersionProps.java.template in the jdk for "vm.vendor" and
       
   232   # vm_version.cpp in the VM for "java.vm.vendor")
   232   ifneq ($(COMPANY_NAME), N/A)
   233   ifneq ($(COMPANY_NAME), N/A)
   233     VERSION_CFLAGS += -DVENDOR='"$(COMPANY_NAME)"'
   234     VERSION_CFLAGS += -DVENDOR='"$(COMPANY_NAME)"'
   234   endif
   235   endif
   235 endif
   236 endif
   236 
   237