From 7d5e0d73758cbe20596653d730a5c4ba60d7a3eb Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 16 May 2010 11:13:42 +0000 Subject: FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Base Skin when the radio is running. put your station images in .rockbox/fmpresets/.bmp or .jpg. Must be in preset mode and the preset name must match the filename git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26078 a1c6a512-1295-4272-9138-f99709370657 --- tools/rockboxdev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 82f20ef98f..a139ed3431 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -26,7 +26,7 @@ builddir="${RBDEV_BUILD:-/tmp/rbdev-build}" if [ -f "`which gmake 2>/dev/null`" ]; then make="gmake" else - make="make" + make="make -j4" fi if [ -z $GNU_MIRROR ] ; then -- cgit v1.2.3