summaryrefslogtreecommitdiffstats
path: root/tools/root.make
AgeCommit message (Expand)AuthorFilesLines
2009-04-12Second try for make install for normal builds. Now differentiate better betwe...Thomas Martitz1-11/+21
2009-04-11Revert r20687 since it breaks make zip.Jonas Häggqvist1-20/+11
2009-04-11Fix 'make fullinstall'Jens Arnold1-2/+2
2009-04-11"make (full)install" for normal builds, specifiy the installation destination...Thomas Martitz1-10/+19
2009-04-03Let make bin create rockbox-info.txt too.Thomas Martitz1-1/+1
2009-03-11Commit FS#9614 by Yoshihisa Uchida: fix 'make tools'Maurus Cuelenaere1-0/+1
2009-03-10Don't rebuild the dependency file on 'make reconf'. Build type and target won...Jens Arnold1-1/+1
2009-03-02Move generated lang-related files to their own directory in preparation of lo...Tom Ross1-3/+3
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg1-1/+1
2009-02-04Commit FS#9494 by Yoshihisa Uchida: add support for building the simulators u...Maurus Cuelenaere1-1/+3
2009-01-31FS#9763 - Sansa Clip modified WPS. This modified wps avoids wps elements gett...Bertrik Sikken1-7/+7
2009-01-10Don't rerun configure automatically, just inform that you should do it.Björn Stenberg1-0/+3
2009-01-10Automatically rerun tools/configure if it is newer than Makefile.Björn Stenberg1-1/+1
2009-01-09'make reconf' is now a first stab at re-running configure with the same setupDaniel Stenberg1-0/+4
2008-11-28Add another missing file to 'clean' target.Jens Arnold1-1/+1
2008-11-26Don't generate dependencies for make targets that don't need them.Björn Stenberg1-3/+5
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-24Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg1-7/+7
2008-11-24Renamed simulator disk directory from 'archos' to 'simdisk'.Björn Stenberg1-2/+2
2008-11-22Added rombox.ucl to target 'clean'. Added some newlines.Björn Stenberg1-1/+9
2008-11-21Stop overwriting rockbox.map (depending on build order). Should fix jumping s...Jens Arnold1-1/+1
2008-11-21Added LANG_O to simulators as well.Björn Stenberg1-4/+5
2008-11-21Altered mkdepfile to use a single gcc call and post-process the output. This ...Björn Stenberg1-1/+3
2008-11-21Added a proper rule for rockbox-info.txtBjörn Stenberg1-2/+7
2008-11-20Bootbox needs --gc-sections.Björn Stenberg1-1/+2
2008-11-20Disabled input section garbage collection in linker for now. This makes sansa...Björn Stenberg1-2/+2
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-0/+294