Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
7f9fc20afa3bcff007da941041ceb0c0d84d8fc3
/
tools
/
functions.make
7f9fc20
Use full_path_subst on more places, to avoid replacing the wrong occurrences in
by Vencislav Atanasov
· 5 years ago
4c933a1
build: Properly generate build dependency for autogenerated bitmap .h files
by Solomon Peachy
· 6 years ago
b959655
Fix unsafe substitutions in Makefile.
by Amaury Pouly
· 7 years ago
cadb362
Add rbcodecplatform.h and rbcodecconfig.h.
by Sean Bartell
· 13 years ago
4b56ee0
Refactor and unify objcopy calls in the build system. Also now properly handles DEBUG builds on hosted targets to keep debug symbols if necessary.
by Thomas Martitz
· 13 years ago
f269aa0
build system: unify/simplify library handling a bit.
by Thomas Martitz
· 13 years ago
adb1b52
remove obsolete comment
by Rafaël Carré
· 13 years ago
27c509f
makefiles
by Rafaël Carré
· 14 years ago
e3fc65c
change dependencies in make files:
by Teruaki Kawashima
· 15 years ago
4fc0022
Dependency generation now uses all cores on multi-core machines.
by Björn Stenberg
· 15 years ago
54715e6
Small fix for asmdefs, make sure $var is cleared the line after it is read, so that value *must* follow label immediately.
by Andrew Mahone
· 15 years ago
fec4206
Handle sh and m68k compiler's output correctly in asmdefs2file
by Andrew Mahone
· 15 years ago
668a769
Add new asmdefs mechanism for exporting information only available to the C compiler for use in asm files, and use it in arm jpeg idct. See apps/apps.make, apps/core_asmdefs.c, and apps/recorder/jpeg_idct_arm.S for details.
by Andrew Mahone
· 15 years ago
541072a
Rework addtargetdir.pl to also fix prefix generated-file depedencies with the target directory, and simplify the sed expression for mkdepfile.
by Andrew Mahone
· 15 years ago
4fb5864
Move generated lang-related files to their own directory in preparation of localizable plugins.
by Tom Ross
· 16 years ago
e8da447
Commit FS#9494 by Yoshihisa Uchida: add support for building the simulators under Windows using MingW
by Maurus Cuelenaere
· 16 years ago
0d97a5f
Better file suffix replacement. Bug fix by Nils Wallménius. Closes FS #9644.
by Björn Stenberg
· 16 years ago
3eece18
Write dependencies to a temporary file until they are completed. This fixes the problem with an aborted dependency generation not being detected.
by Björn Stenberg
· 16 years ago
a091d20
Added 'keywords' and 'eol-style' properties.
by Björn Stenberg
· 16 years ago
6640978
Altered mkdepfile to use a single gcc call and post-process the output. This speeds up the dependency generation, especially in cygwin.
by Björn Stenberg
· 16 years ago
344ad68
FS#9566: Change regex to make it work on old versions of sed.
by Björn Stenberg
· 16 years ago
c6b3d38
New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles.
by Björn Stenberg
· 16 years ago