Race in GenerateLinkOptData.gmk

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 9
    • Affects Version/s: 9
    • Component/s: infrastructure
    • None
    • b159

        There is a missing dependency declaration in GenerateLinkOptData.gmk. A rule like the one that generates CLASSLIST_FILE and JLI_TRACE_FILE is problematic and needs extra care because make can only understand one target file per rule. In this case we have added a new rule which depends on JLI_TRACE_FILE, but make does not know this file is created by the rule for CLASSLIST_FILE so we have to explicitly add that dependency.

              Assignee:
              Erik Joelsson
              Reporter:
              Erik Joelsson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: