Skip to content
Snippets Groups Projects
  • Alexandru Ardelean's avatar
    cfdfa6d0
    rules.mk: drop `include_mk` build rule · cfdfa6d0
    Alexandru Ardelean authored and Matthias Schiffer's avatar Matthias Schiffer committed
    
    The only users of this were the python packages
    from the `packages` feed.
    The 2 python interpreters would export some mk
    files (e.g. python-package.mk) and then other
    python packages would include it via this rule.
    
    But there's a few things wrong with this approach,
    most of them drawing from the fact that python host
    needs to be built first, to export these mk files.
    
    By now all uses of include_mk have been corrected
    in the feeds and this can be removed.
    
    Signed-off-by: default avatarAlexandru Ardelean <ardeleanalex@gmail.com>
    rules.mk: drop `include_mk` build rule
    Alexandru Ardelean authored and Matthias Schiffer's avatar Matthias Schiffer committed
    
    The only users of this were the python packages
    from the `packages` feed.
    The 2 python interpreters would export some mk
    files (e.g. python-package.mk) and then other
    python packages would include it via this rule.
    
    But there's a few things wrong with this approach,
    most of them drawing from the fact that python host
    needs to be built first, to export these mk files.
    
    By now all uses of include_mk have been corrected
    in the feeds and this can be removed.
    
    Signed-off-by: default avatarAlexandru Ardelean <ardeleanalex@gmail.com>
rules.mk 12.78 KiB