From 59eb22de7bd01a14b5d62811601439853419a00e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 4 Dec 2005 23:25:24 +0000 Subject: Build convbdf for player too, although it feels a bit funny. Also builds the tools for the sims as well, since they need convbdf at least and it makes life easier if we just do the same for them as for normal target builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8149 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/configure b/tools/configure index a6633befd9..1e0a102734 100755 --- a/tools/configure +++ b/tools/configure @@ -437,7 +437,12 @@ appsdir='\$(ROOTDIR)/apps' # toolset is the tools within the tools directory that we build for # this particular target. - toolset="$toolset scramble descramble sh2d generate_rocklatin uclpack" + toolset="$toolset scramble descramble sh2d generate_rocklatin uclpack convbdf" + + # Note: the convbdf is present in the toolset just because: 1) the + # firmware/Makefile assumes it is present always, and 2) we will need it when we + # build the player simulator + ;; 2) @@ -841,11 +846,9 @@ if test "$simulator" = "yes"; then # add simul make stuff on the #SIMUL# line simmagic='/#SIMUL#/c\ @$(MAKE) -C $(SIMDIR) OBJDIR=$(BUILDDIR)/sim\n @$(MAKE) -C $(ROOTDIR)/uisimulator/common OBJDIR=$(BUILDDIR)/comsim' - simtools='s/#TOOLSDEP#//' else # delete the line that matches simmagic='/#SIMUL#/D' - simtools='s/#TOOLSDEP#/tools/' fi sed > Makefile \ @@ -935,7 +938,7 @@ MAKEFLAGS += --no-print-directory .PHONY: all clean tags zip tools -all: #TOOLSDEP# +all: tools #SIMUL# @\$(MAKE) -C \$(FIRMDIR) OBJDIR=\$(BUILDDIR)/firmware @\$(MAKE) -C \$(APPSDIR) OBJDIR=\$(BUILDDIR)/@APPS@ -- cgit v1.2.3