Ignore:
Timestamp:
01/28/2018 05:56:55 PM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
1fa0dee
Parents:
764a5d7
Message:

New management of dependencies:

  • Even if only required or recommended deps only are requested and built, account for optional deps to build the pacakge order
  • build "runtime" deps after the pacakge dependening on them, but before any other package
  • using the "first" role in the book, implement pass1 pacakges when there are circular dependencies
  • Documentation has still to be written
  • There must be bugs, thank you for testing...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/gen_config.xsl

    r764a5d7 r2140f22  
    4040
    4141        config  DEPLVL_2
    42         bool    "Required and recommended dependencies"
     42        bool    "Required plus recommended dependencies"
    4343
    4444        config  DEPLVL_3
    45         bool    "Required, recommended and optional dependencies"
     45        bool    "Req/rec  plus optional dependencies of requested package(s)"
     46
     47        config  DEPLVL_4
     48        bool    "All non external dependencies"
    4649
    4750endchoice
     
    5154        default 2       if DEPLVL_2
    5255        default 3       if DEPLVL_3
     56        default 4       if DEPLVL_4
    5357
    5458
Note: See TracChangeset for help on using the changeset viewer.