summaryrefslogtreecommitdiff
path: root/tools/configure
AgeCommit message (Collapse)Author
2002-08-15Added helpful reminder about copying font fileBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1760 a1c6a512-1295-4272-9138-f99709370657
2002-08-15added tags target for the generated simulator makefile as wellDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1755 a1c6a512-1295-4272-9138-f99709370657
2002-08-15Generates a 'tags' target in the toplevel makefile now, this is onlyDaniel Stenberg
for target builds as of yet. More to come. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1753 a1c6a512-1295-4272-9138-f99709370657
2002-08-13case issue with questionsRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1702 a1c6a512-1295-4272-9138-f99709370657
2002-08-11Clear extra_defines for playersBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1675 a1c6a512-1295-4272-9138-f99709370657
2002-08-11== is not a valid POSIX compare, use =Robert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1672 a1c6a512-1295-4272-9138-f99709370657
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1666 a1c6a512-1295-4272-9138-f99709370657
2002-08-07Applied Bjoern Fischer's patch to make this generate correct makefilesDaniel Stenberg
using '$(MAKE)' instead of 'make' for recursion. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1596 a1c6a512-1295-4272-9138-f99709370657
2002-08-02Adjustments to allow generating a Makefile for building win32 simulatorDaniel Stenberg
cross-compiled. Based on the excellent patch from Bill Napier. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1517 a1c6a512-1295-4272-9138-f99709370657
2002-07-26Fixed misspelled .PHONY target. Spotted by Nick Robinson and Markus Braun.Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1452 a1c6a512-1295-4272-9138-f99709370657
2002-07-15Added build timestamp in version stringBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1349 a1c6a512-1295-4272-9138-f99709370657
2002-06-06works with traditional sh now (as tested on Solaris)Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@901 a1c6a512-1295-4272-9138-f99709370657
2002-06-03configure update for simulator builds must preserve display and keypadDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@879 a1c6a512-1295-4272-9138-f99709370657
2002-06-03now configure update works for simulator builds tooDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@878 a1c6a512-1295-4272-9138-f99709370657
2002-05-31target builds must run make in firmware AND appsDaniel Stenberg
this script now creates an archos subdir when creating a simulator build env git-svn-id: svn://svn.rockbox.org/rockbox/trunk@846 a1c6a512-1295-4272-9138-f99709370657
2002-05-31made it support --help or -h as arguments, and then displays a very shortDaniel Stenberg
and really not very helpful message but now you know where to fill in that very large and friendly help text you want the users to see! ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@845 a1c6a512-1295-4272-9138-f99709370657
2002-05-31now manages simulator makefiles too!Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@841 a1c6a512-1295-4272-9138-f99709370657
2002-05-27use a better file to find the firmware dirDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@746 a1c6a512-1295-4272-9138-f99709370657
2002-05-24store nodebug status too, as it makes 'update' work better if there'sDaniel Stenberg
a non-empty field when the status is known, be it debug or nodebug. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@690 a1c6a512-1295-4272-9138-f99709370657
2002-05-24the all target only builds in apps now, as the apps Makefile itself willDaniel Stenberg
depend on the firmware lib and run that makefile if needed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@688 a1c6a512-1295-4272-9138-f99709370657
2002-05-24fixed the clean target, also made two separate clean targets in caseDaniel Stenberg
you ever wanna clean just one of them git-svn-id: svn://svn.rockbox.org/rockbox/trunk@686 a1c6a512-1295-4272-9138-f99709370657
2002-05-23generates separate 'firmware' and 'apps' targets in the makefile, alsoDaniel Stenberg
added a clean target git-svn-id: svn://svn.rockbox.org/rockbox/trunk@671 a1c6a512-1295-4272-9138-f99709370657
2002-05-23change the order we check for the apps dir to more often get the shortestDaniel Stenberg
path git-svn-id: svn://svn.rockbox.org/rockbox/trunk@670 a1c6a512-1295-4272-9138-f99709370657
2002-05-23escape $ properly, added 'update' supportDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@662 a1c6a512-1295-4272-9138-f99709370657
2002-05-23pass better variablesDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@661 a1c6a512-1295-4272-9138-f99709370657
2002-05-23bash happy now?Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@660 a1c6a512-1295-4272-9138-f99709370657
2002-05-23try the directories in the current dir tooDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@657 a1c6a512-1295-4272-9138-f99709370657
2002-05-23First attempt. This script sets up a toplevel build Makefile.Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@656 a1c6a512-1295-4272-9138-f99709370657