summaryrefslogtreecommitdiff
path: root/tools/checkwps/buildall.sh (follow)
Commit message (Collapse)AuthorAge
* checkwps: Fix buildall.sh and some RaaA/ypr0 versions.Thomas Martitz2012-02-10
| | | | Change-Id: I5889743e94ed568c8f7dcc50de0b03b8421969f7
* Checkwps: use script for getting the targets instead of hardcoded file ↵Maurus Cuelenaere2009-12-29
| | | | | | (fixes checkwps due to target renaming) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24122 a1c6a512-1295-4272-9138-f99709370657
* Repair build-all.sh and clean-all.sh.Thomas Martitz2009-09-13
| | | | | | | Make it so that it runs ../configure and make for each target. This makes the wrapper-Makefile obsolete. It moves the binaries to tools/checkwps/output. NOTE: Something is fishy with the creative players (it builds them, but can't move them), because the configure target name and modelname differs (not sure how to fix that). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22696 a1c6a512-1295-4272-9138-f99709370657
* Add CheckWPS entry to tools/configureMaurus Cuelenaere2009-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22456 a1c6a512-1295-4272-9138-f99709370657
* Checkwps: move output files to current directoryMaurus Cuelenaere2009-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19902 a1c6a512-1295-4272-9138-f99709370657
* Checkwps: the scripts of course shouldn't be searching for output files in ↵Maurus Cuelenaere2009-02-02
| | | | | | rootdir.. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19901 a1c6a512-1295-4272-9138-f99709370657
* Make checkwps compile scripts directory-independentMaurus Cuelenaere2009-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19900 a1c6a512-1295-4272-9138-f99709370657
* extend Makefile to allow building checkwps on cygwin and MinGW. Make make ↵Dominik Riebeling2008-05-12
| | | | | | call a bit easier -- no need to pass the model twice. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17477 a1c6a512-1295-4272-9138-f99709370657
* Prevent the user from running "make" directly - it should only be invoked by ↵Dave Chapman2008-03-27
| | | | | | the buildall.sh script git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16834 a1c6a512-1295-4272-9138-f99709370657
* Major cleanup of checkwps - fix all warnings and add a script to build ↵Dave Chapman2008-03-26
versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16831 a1c6a512-1295-4272-9138-f99709370657