Changeset 7f9fa78 for BLFS


Ignore:
Timestamp:
11/03/2015 09:53:34 PM (9 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
1670a20
Parents:
e4b1293
Message:

Typos and minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_dependencies

    re4b1293 r7f9fa78  
    88# tree. Everything would be "simple" without circular dependencies. We      #
    99# would just have to build the tree using the packages.xml file, and to     #
    10 # a function for browsing it. But we need to be able to detect circular     #
    11 # dependencies and to possibly change the tree depending on the user        #
    12 # decision. This is why we keep with each node a record of the path from    #
    13 # the root to the node, which we call *link*.                               #
     10# provide a function for browsing it. But we need to be able to detect      #
     11# circular dependencies and to possibly change the tree depending on the    #
     12# user # decision. This is why we keep with each node a record of the path  #
     13# from the root to the node, which we call *link*.                          #
    1414# Layout of the tree:                                                       #
    1515# Each node is a file <nodeName>.dep, which contains the names of the       #
     
    4343    function:   Create a subtree of the dependency tree
    4444                (recursive function)
    45     input vars: $1 : file with a list of targets
     45    input vars: $1 : file with a list of targets (child nodes)
    4646                     the first line of the file is the link
    4747    externals:  vars: BLFS_XML
    4848                      DEP_LEVEL
    49     modifies:   vars: exchange_triplet cointains the triplet when return is 1
    5049    returns:    0 if the tree has been successfully created
    5150                1 if we are backing up to the parent of a circular dep
     51    modifies:   vars: exchange_triplet contains the triplet when return is 1
    5252    output:     files: for each <pkg> with dependencies in $1,
    5353                       a file <pkg>.dep and its dependencies
Note: See TracChangeset for help on using the changeset viewer.