Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-05 | [linux] remove remaining references to libid3tag/libapetag | montellese | |
2012-09-20 | build: bootstrap overhaul | Cory Fields | |
Put an end to the constant autoreconfs when switching branches. Use make to determine when bootstrapping for xbmc and subprojects needs to happen (hint: rarely). bootstrapping can now be done in parallel, but I didn't obseve much (any?) speed increase. Also allows for easier skipping of reconfigures for minor/cosmetic configure.in changes. This should be transparent to users, other than the fact that it's much faster. Same build procedure as always: ./bootstrap && ./configure && make |