summaryrefslogtreecommitdiff
path: root/apps/lang/Makefile (follow)
Commit message (Collapse)AuthorAge
* New makefile solution: A single invocation of 'make' to build the entire ↵Björn Stenberg2008-11-20
| | | | | | | | | tree. Fully controlled dependencies give faster and more correct recompiles. Many #include lines adjusted to conform to the new standards. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19146 a1c6a512-1295-4272-9138-f99709370657
* Not everyone uses GNU ls. But everyone should.Jonas Häggqvist2008-02-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16414 a1c6a512-1295-4272-9138-f99709370657
* Use numeric user-ids to make the ls output more predictable (fixes a problem ↵Jonas Häggqvist2008-02-24
| | | | | | where a user would have a space in their name). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16405 a1c6a512-1295-4272-9138-f99709370657
* Fix building on FreeBSD (FS#8622).Dominik Riebeling2008-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16365 a1c6a512-1295-4272-9138-f99709370657
* fix the Makefile to provide the correct include path so that SOURCES workDaniel Stenberg2008-02-18
| | | | | | | properly and the correct languages are built... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16349 a1c6a512-1295-4272-9138-f99709370657
* set svn:keywords propertyDaniel Stenberg2008-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16345 a1c6a512-1295-4272-9138-f99709370657
* FS#8482 take two. Make the language files built first, so that the largestDaniel Stenberg2008-02-18
| | | | | | | | size can be used as buffer size for languages. Work to this also contributed by Jonas Haggqvist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16343 a1c6a512-1295-4272-9138-f99709370657
* eeek, revert the FS#8482 commit again as it broke the bootloaders and theDaniel Stenberg2008-02-17
| | | | | | | generated size wasn't actually used yet! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16339 a1c6a512-1295-4272-9138-f99709370657
* FS#8482:Daniel Stenberg2008-02-17
Build system tweak that builds all languages first, to make the system able to use a buffer size that fits the larger language only. Parts of this work done by Jonas Haggqvist, but all the mistakes are my own! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16337 a1c6a512-1295-4272-9138-f99709370657