From 461e2c72ad46a09db9759f020caa5c97e86dad69 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 23 Dec 2011 13:54:00 +0000 Subject: Actually call ct-ng (i.e. fix left-over from testing). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31413 a1c6a512-1295-4272-9138-f99709370657 --- tools/rockboxdev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/rockboxdev.sh') diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 323ea9b625..da412b98b1 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -273,7 +273,7 @@ build_ctng() { cat "$dlwhere/ct-ng-config" | sed -e "s,\(CT_PREFIX_DIR=\).*,\1$prefix," > $ctng_config cd $builddir/build-$ctng_target - #~ $ctng "build" + $ctng "build" # install extras if test -e "$dlwhere/$extra"; then -- cgit v1.2.3