1
0
Fork 0
forked from len0rd/rockbox

Commit FS#8567, the manual now uses the same 'features' system as the lang/voice creation does. Building the manual now requires gcc to parse the features list and 'make manual' must now be used instead of just 'make'. Rerun configure in your manual build dirs.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16304 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2008-02-13 16:40:57 +00:00
parent d098f7a19b
commit 22a5c60af3
7 changed files with 15 additions and 8 deletions

3
tools/configure vendored
View file

@ -1585,9 +1585,6 @@ fi
echo "GDB stub build selected"
;;
[Mm])
appsdir='\$(ROOTDIR)/manual'
firmdir='\$(ROOTDIR)/manual/platform' # No Makefile here. Effectively ig:res target
toolsdir=$firmdir;
toolset='';
apps="manual"
echo "Manual build selected"