garbear / xbmc

XBMC Main Repository
http://xbmc.org
Other
134 stars 53 forks source link

build all add-ons of a single type #38

Closed garbear closed 8 years ago

garbear commented 9 years ago

@wsnipex, @montellese, @notspiff: Is there any way to build all game add-ons in one command? right now my build command looks like rm .installed-macosx10.10_x86_64-target ; make ADDONS="peripheral.joystick game.libretro game.libretro.2048 game.libretro.beetle-bsnes game.libretro.beetle-pce-fast game.libretro.bnes game.libretro.dosbox game.libretro.fceumm game.libretro.genplus game.libretro.mupen64plus game.libretro.nestopia game.libretro.quicknes game.libretro.yabause"

Montellese commented 9 years ago

It's currently not possible but I thought about this as well in the past.

wsnipex commented 9 years ago

yes, I've missed that as well for a long time. Will implement it.

wsnipex commented 9 years ago

can you try https://github.com/wsnipex/xbmc/commit/46af27ea8b30ad373213ddbfefb833f32c578120 This allows you to

cmake -DADDONS_TO_BUILD=game[.*]

garbear commented 9 years ago

works like a charm. thanks