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
/
firmware
/
firmware.make
Age
Commit message (
Expand
)
Author
2010-07-10
Rename/change SIMVER to APP_TYPE in the Makefiles.
Thomas Martitz
2010-06-23
Silence the genversion.sh line during compilation a bit (to "GEN version.h").
Thomas Martitz
2010-06-21
Don't autogenerate version.c. Just version.h is enough
Frank Gevaerts
2010-06-21
Tell version.sh where to look for the svn repository
Frank Gevaerts
2010-06-20
Add some magic to force make to regenerate version.h properly when the revisi...
Frank Gevaerts
2010-05-28
genversion: generate version.c and version.h independantly
Rafaël Carré
2010-05-27
Generate C file / header for svn version string
Rafaël Carré
2010-05-14
Include host system's header files and don't compile our c library replacemen...
Thomas Martitz
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2009-03-01
Silence warning from 'ar' if the archive had to be created.
Jens Arnold
2009-02-23
Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...
Daniel Stenberg
2009-01-02
Speed up Player build a bit by not building a useless sysfont.o.
Jens Arnold
2008-11-25
Added 'keywords' and 'eol-style' properties.
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-20
Remove .a files before running ar, to avoid problems with renamed files remai...
Björn Stenberg
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg