Skip to content
  • Rémi Denis-Courmont's avatar
    contrib: rethink package dependencies · 2bed93ef
    Rémi Denis-Courmont authored
    'make fetch' has to fetch sources for all the built packages,
    including dependency packages. Conversely, 'make fetch' should not
    fetch sources of distro-provided packages, not even dependencies.
    This should fix that.
    
    As an minor bonus, 'make .foo' should now work even if foo is
    provided by the distro, and conditional build rules should be cleaner.
    2bed93ef