sy6sy2 / xbmc

Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS and Windows.
https://kodi.tv/
Other
6 stars 1 forks source link

[depends] Binary-addon make clean target #31

Closed fuzzard closed 5 years ago

fuzzard commented 5 years ago

Description

Provides a clean target for binary addons

Motivation and Context

https://github.com/SylvainCecchetto/xbmc/issues/27#issuecomment-483425267

How Has This Been Tested?

Create single/multiple binary addons and then run clean:

make -j4 -C tools/depends/target/binary-addons ADDONS="pvr.*" make -C tools/depends/target/binary-addons clean

Note: This does NOT clear out /addons/addonname from kodi, only clears out the build folders

clean just makes it possible to build again, distclean clears out all cached build files.