Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Controller/MakefileTraceToJobTree

Index

Functions

makefileTraceToJobTree

  • makefileTraceToJobTree(trace: string, makefilePath: string): Set<Job>
  • Creates a DAG tree of Jobs from a trace.

    Parameters

    • trace: string

      the output from a call to 'make --trace --dry-run'.

    • makefilePath: string

    Returns Set<Job>

    the tree's root jobs.

Generated using TypeDoc