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
/
functions.make
Age
Commit message (
Expand
)
Author
2019-07-28
Use full_path_subst on more places, to avoid replacing the wrong occurrences in
Vencislav Atanasov
2018-12-25
build: Properly generate build dependency for autogenerated bitmap .h files
Solomon Peachy
2017-05-12
Fix unsafe substitutions in Makefile.
Amaury Pouly
2012-05-03
Add rbcodecplatform.h and rbcodecconfig.h.
Sean Bartell
2012-04-04
Refactor and unify objcopy calls in the build system. Also now properly handl...
Thomas Martitz
2012-03-26
build system: unify/simplify library handling a bit.
Thomas Martitz
2011-08-13
remove obsolete comment
Rafaël Carré
2010-08-21
makefiles
Rafaël Carré
2010-01-17
change dependencies in make files:
Teruaki Kawashima
2009-07-24
Dependency generation now uses all cores on multi-core machines.
Björn Stenberg
2009-07-14
Small fix for asmdefs, make sure $var is cleared the line after it is read, s...
Andrew Mahone
2009-07-14
Handle sh and m68k compiler's output correctly in asmdefs2file
Andrew Mahone
2009-07-13
Add new asmdefs mechanism for exporting information only available to the C c...
Andrew Mahone
2009-07-12
Rework addtargetdir.pl to also fix prefix generated-file depedencies with the...
Andrew Mahone
2009-03-02
Move generated lang-related files to their own directory in preparation of lo...
Tom Ross
2009-02-04
Commit FS#9494 by Yoshihisa Uchida: add support for building the simulators u...
Maurus Cuelenaere
2008-12-15
Better file suffix replacement. Bug fix by Nils Wallménius. Closes FS #9644.
Björn Stenberg
2008-11-26
Write dependencies to a temporary file until they are completed. This fixes t...
Björn Stenberg
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-21
FS#9566: Change regex to make it work on old versions of sed.
Björn Stenberg
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg