Re: [KBUILD] Re: Announcing CML2, a replacement for the kbuild system

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Fri May 26 2000 - 21:59:13 EDT

  • Next message: Alexander Viro: "Re: [KBUILD] Re: Announcing CML2, a replacement for the kbuild system"

    > Yeah, but it's a DAG rather than a tree. There are other things that
    > complexify it, too. Like the difference between "suppress dependant"

    The backtracking is the same for the DAG except you need to remember
    'already visited' nodes so that you don't look finding the solution path.
    If you already visited a node then its dependancies are either resolved
    or you are resolving them now and they are resolved if you can resolve
    without rewalking the path.

    Alan

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Fri May 26 2000 - 22:23:02 EDT