Skip to content
Snippets Groups Projects
  • René Kijewski's avatar
    300d6b3e
    Make: exterminate 'clean' buildtarget · 300d6b3e
    René Kijewski authored
    Closes #993.
    
    We do not need to descend into the modules to know what to do on
    `make clean BOARD=blub`. We can just invoke `rm -rf bin/blub`.
    
    This PR only keeps the descending into the USEPKGs, since they might
    want to delete cached/downloaded/extracted data.
    300d6b3e
    History
    Make: exterminate 'clean' buildtarget
    René Kijewski authored
    Closes #993.
    
    We do not need to descend into the modules to know what to do on
    `make clean BOARD=blub`. We can just invoke `rm -rf bin/blub`.
    
    This PR only keeps the descending into the USEPKGs, since they might
    want to delete cached/downloaded/extracted data.