summaryrefslogtreecommitdiff
path: root/tools/root.make
AgeCommit message (Expand)Author
2010-07-03Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in old...Frank Gevaerts
2010-06-30Change "features" and "genlang-features" targets to no longer use multiple ta...Frank Gevaerts
2010-06-24Moved libskin_parser to lib. Added it to link line.Björn Stenberg
2010-06-19bininstall: works for PREFIX directories with spacesRafaël Carré
2010-06-19make bininstall rule depend on the binaryRafaël Carré
2010-06-19new bininstall rule to install rockbox binary onlyRafaël Carré
2010-06-19don't parse features.txt when not neededRafaël Carré
2010-06-19make clean: delete lib/ directoryRafaël Carré
2010-06-17Added skin_parser library to build system.Björn Stenberg
2010-05-27Generate C file / header for svn version stringRafaël Carré
2010-03-20Filter out -g in PPCFLAGS. Some (older?) gcc versions add a comment when buil...Jens Arnold
2010-02-25tools/database: build process updates.Yoshihisa Uchida
2010-02-16Fix parallel buildingMaurus Cuelenaere
2010-02-15make veryclean: remove tools/iaudio_bl_flash.[ch]Maurus Cuelenaere
2010-01-24*.link: depends on config file where plugin buffer size is setRafaël Carré
2009-12-30Do not try to generate dependencies of lua filesRafaël Carré
2009-10-28Move mktccboot from tools/ to rbutil/mktccboot/ - inspired by FS#10728 but wi...Dave Chapman
2009-10-07Make the database tool buildable from configure.Frank Gevaerts
2009-09-13Repair build-all.sh and clean-all.sh.Thomas Martitz
2009-09-01Fixed checkwps build warnings. Updated checkwps makefile to be closer to main.Björn Stenberg
2009-08-21Forgot a fileMaurus Cuelenaere
2009-08-02Don't mention having to run 'make reconf' when you're runing 'make reconf'Antoine Cellerier
2009-07-13Add new asmdefs mechanism for exporting information only available to the C c...Andrew Mahone
2009-04-12Second try for make install for normal builds. Now differentiate better betwe...Thomas Martitz
2009-04-11Revert r20687 since it breaks make zip.Jonas Häggqvist
2009-04-11Fix 'make fullinstall'Jens Arnold
2009-04-11"make (full)install" for normal builds, specifiy the installation destination...Thomas Martitz
2009-04-03Let make bin create rockbox-info.txt too.Thomas Martitz
2009-03-11Commit FS#9614 by Yoshihisa Uchida: fix 'make tools'Maurus Cuelenaere
2009-03-10Don't rebuild the dependency file on 'make reconf'. Build type and target won...Jens Arnold
2009-03-02Move generated lang-related files to their own directory in preparation of lo...Tom Ross
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg
2009-02-04Commit FS#9494 by Yoshihisa Uchida: add support for building the simulators u...Maurus Cuelenaere
2009-01-31FS#9763 - Sansa Clip modified WPS. This modified wps avoids wps elements gett...Bertrik Sikken
2009-01-10Don't rerun configure automatically, just inform that you should do it.Björn Stenberg
2009-01-10Automatically rerun tools/configure if it is newer than Makefile.Björn Stenberg
2009-01-09'make reconf' is now a first stab at re-running configure with the same setupDaniel Stenberg
2008-11-28Add another missing file to 'clean' target.Jens Arnold
2008-11-26Don't generate dependencies for make targets that don't need them.Björn Stenberg
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg
2008-11-24Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg
2008-11-24Renamed simulator disk directory from 'archos' to 'simdisk'.Björn Stenberg
2008-11-22Added rombox.ucl to target 'clean'. Added some newlines.Björn Stenberg
2008-11-21Stop overwriting rockbox.map (depending on build order). Should fix jumping s...Jens Arnold
2008-11-21Added LANG_O to simulators as well.Björn Stenberg
2008-11-21Altered mkdepfile to use a single gcc call and post-process the output. This ...Björn Stenberg
2008-11-21Added a proper rule for rockbox-info.txtBjörn Stenberg
2008-11-20Bootbox needs --gc-sections.Björn Stenberg
2008-11-20Disabled input section garbage collection in linker for now. This makes sansa...Björn Stenberg
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg