From cea0654d186d1ca81d461764d2a52cef281dafa7 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 13 Aug 2011 20:03:23 +0000 Subject: configure: don't use sed to generate the Makefile remove a few obsolete options git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30286 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 221 ++++++++++++++++++-------------------------------------- 1 file changed, 69 insertions(+), 152 deletions(-) diff --git a/tools/configure b/tools/configure index 227bd576df..3a4e6c4cfa 100755 --- a/tools/configure +++ b/tools/configure @@ -3609,16 +3609,6 @@ if test -n "$t_cpu"; then GCCOPTS="$GCCOPTS" fi -if test "$simulator" = "yes"; then - # add simul make stuff on the #SIMUL# line - simmagic1="s<@SIMUL1@<\$(SILENT)\$(MAKE) -C \$(SIMDIR) OBJDIR=\$(BUILDDIR)/sim<" - simmagic2="s<@SIMUL2@<\$(SILENT)\$(MAKE) -C \$(ROOTDIR)/uisimulator/common OBJDIR=\$(BUILDDIR)/comsim<" -else - # delete the lines that match - simmagic1='/@SIMUL1@/D' - simmagic2='/@SIMUL2@/D' -fi - if test "$swcodec" = "yes"; then voicetoolset="rbspeexenc voicefont wavtrim" else @@ -3647,154 +3637,81 @@ cmdline="$cmdline --target=\$(MODELNAME) --ram=\$(MEMORYSIZE) --rbdir=\$(RBDIR) ### end of cmdline -sed > Makefile \ - -e "s<@ROOTDIR@<${rootdir} Makefile <