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
/
configure
Age
Commit message (
Expand
)
Author
2002-08-15
Added helpful reminder about copying font file
Björn Stenberg
2002-08-15
added tags target for the generated simulator makefile as well
Daniel Stenberg
2002-08-15
Generates a 'tags' target in the toplevel makefile now, this is only
Daniel Stenberg
2002-08-13
case issue with questions
Robert Hak
2002-08-11
Clear extra_defines for players
Björn Stenberg
2002-08-11
== is not a valid POSIX compare, use =
Robert Hak
2002-08-11
First version of loadable fonts patch by Alex Gitelman
Björn Stenberg
2002-08-07
Applied Bjoern Fischer's patch to make this generate correct makefiles
Daniel Stenberg
2002-08-02
Adjustments to allow generating a Makefile for building win32 simulator
Daniel Stenberg
2002-07-26
Fixed misspelled .PHONY target. Spotted by Nick Robinson and Markus Braun.
Linus Nielsen Feltzing
2002-07-15
Added build timestamp in version string
Björn Stenberg
2002-06-06
works with traditional sh now (as tested on Solaris)
Daniel Stenberg
2002-06-03
configure update for simulator builds must preserve display and keypad
Daniel Stenberg
2002-06-03
now configure update works for simulator builds too
Daniel Stenberg
2002-05-31
target builds must run make in firmware AND apps
Daniel Stenberg
2002-05-31
made it support --help or -h as arguments, and then displays a very short
Daniel Stenberg
2002-05-31
now manages simulator makefiles too!
Daniel Stenberg
2002-05-27
use a better file to find the firmware dir
Daniel Stenberg
2002-05-24
store nodebug status too, as it makes 'update' work better if there's
Daniel Stenberg
2002-05-24
the all target only builds in apps now, as the apps Makefile itself will
Daniel Stenberg
2002-05-24
fixed the clean target, also made two separate clean targets in case
Daniel Stenberg
2002-05-23
generates separate 'firmware' and 'apps' targets in the makefile, also
Daniel Stenberg
2002-05-23
change the order we check for the apps dir to more often get the shortest
Daniel Stenberg
2002-05-23
escape $ properly, added 'update' support
Daniel Stenberg
2002-05-23
pass better variables
Daniel Stenberg
2002-05-23
bash happy now?
Daniel Stenberg
2002-05-23
try the directories in the current dir too
Daniel Stenberg
2002-05-23
First attempt. This script sets up a toplevel build Makefile.
Daniel Stenberg