Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8196365

Overriding configure variable from custom hook generates warning

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • 11
    • infrastructure
    • None
    • b01

      In configure, you can override any tool location by setting the variable name on the command line (e.g. configure MAKE=/path/to/make). Configure also includes validation that any such argument actually corresponds to a valid variable and will print a warning if no match is found.

      This validation logic is currently evaluated before the CUSTOM_LATE_HOOK is called so any variable defined there will still trigger the warning if specified on the command line. The validation should be moved to after CUSTOM_LATE_HOOK.

            erikj Erik Joelsson
            erikj Erik Joelsson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: