index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
root.make
Age
Commit message (
Expand
)
Author
2010-03-20
Filter out -g in PPCFLAGS. Some (older?) gcc versions add a comment when buil...
Jens Arnold
2010-02-25
tools/database: build process updates.
Yoshihisa Uchida
2010-02-16
Fix parallel building
Maurus Cuelenaere
2010-02-15
make veryclean: remove tools/iaudio_bl_flash.[ch]
Maurus Cuelenaere
2010-01-24
*.link: depends on config file where plugin buffer size is set
Rafaël Carré
2009-12-30
Do not try to generate dependencies of lua files
Rafaël Carré
2009-10-28
Move mktccboot from tools/ to rbutil/mktccboot/ - inspired by FS#10728 but wi...
Dave Chapman
2009-10-07
Make the database tool buildable from configure.
Frank Gevaerts
2009-09-13
Repair build-all.sh and clean-all.sh.
Thomas Martitz
2009-09-01
Fixed checkwps build warnings. Updated checkwps makefile to be closer to main.
Björn Stenberg
2009-08-21
Forgot a file
Maurus Cuelenaere
2009-08-02
Don't mention having to run 'make reconf' when you're runing 'make reconf'
Antoine Cellerier
2009-07-13
Add new asmdefs mechanism for exporting information only available to the C c...
Andrew Mahone
2009-04-12
Second try for make install for normal builds. Now differentiate better betwe...
Thomas Martitz
2009-04-11
Revert r20687 since it breaks make zip.
Jonas Häggqvist
2009-04-11
Fix 'make fullinstall'
Jens Arnold
2009-04-11
"make (full)install" for normal builds, specifiy the installation destination...
Thomas Martitz
2009-04-03
Let make bin create rockbox-info.txt too.
Thomas Martitz
2009-03-11
Commit FS#9614 by Yoshihisa Uchida: fix 'make tools'
Maurus Cuelenaere
2009-03-10
Don't rebuild the dependency file on 'make reconf'. Build type and target won...
Jens Arnold
2009-03-02
Move generated lang-related files to their own directory in preparation of lo...
Tom Ross
2009-02-23
Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...
Daniel Stenberg
2009-02-04
Commit FS#9494 by Yoshihisa Uchida: add support for building the simulators u...
Maurus Cuelenaere
2009-01-31
FS#9763 - Sansa Clip modified WPS. This modified wps avoids wps elements gett...
Bertrik Sikken
2009-01-10
Don't rerun configure automatically, just inform that you should do it.
Björn Stenberg
2009-01-10
Automatically 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 setup
Daniel Stenberg
2008-11-28
Add another missing file to 'clean' target.
Jens Arnold
2008-11-26
Don't generate dependencies for make targets that don't need them.
Björn Stenberg
2008-11-25
Added 'keywords' and 'eol-style' properties.
Björn Stenberg
2008-11-24
Added support for configurable rockbox directory. FS#9567 by Alex Bennee.
Björn Stenberg
2008-11-24
Renamed simulator disk directory from 'archos' to 'simdisk'.
Björn Stenberg
2008-11-22
Added rombox.ucl to target 'clean'. Added some newlines.
Björn Stenberg
2008-11-21
Stop overwriting rockbox.map (depending on build order). Should fix jumping s...
Jens Arnold
2008-11-21
Added LANG_O to simulators as well.
Björn Stenberg
2008-11-21
Altered mkdepfile to use a single gcc call and post-process the output. This ...
Björn Stenberg
2008-11-21
Added a proper rule for rockbox-info.txt
Björn Stenberg
2008-11-20
Bootbox needs --gc-sections.
Björn Stenberg
2008-11-20
Disabled input section garbage collection in linker for now. This makes sansa...
Björn Stenberg
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg