From d3834c02fcd71cc072e378435a1a0f9e8def7a35 Mon Sep 17 00:00:00 2001 From: sato_masaki Date: Tue, 29 Jul 2008 06:43:16 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E6=88=90=E3=81=95=E3=82=8C=E3=82=8BTA?= =?UTF-8?q?D=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E5=90=8D=E3=82=92?= =?UTF-8?q?=E5=A4=89=E6=9B=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2018 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/Launcher_sdlog/scripts/sdlog_makefile.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/tests/Launcher_sdlog/scripts/sdlog_makefile.pl b/build/tests/Launcher_sdlog/scripts/sdlog_makefile.pl index 20b05911..04931aa7 100755 --- a/build/tests/Launcher_sdlog/scripts/sdlog_makefile.pl +++ b/build/tests/Launcher_sdlog/scripts/sdlog_makefile.pl @@ -65,6 +65,7 @@ foreach my $line ( @lines ) if( $line =~ m/^TARGET_BIN[\t ]*=[\t ]*\$\(TITLEID_LO\)\.tad/ ) { + $line =~ s/\.tad/_sdlog\.tad/; print OUT <<__SDLOG_DESCRIPTIONS__; \# -------------------------------------------------------------- \# SDLOG @@ -92,6 +93,7 @@ endif \# SDLOG [ARM7] endif \# SDLOG [ARM9] endif \# FINALROM + __SDLOG_DESCRIPTIONS__ }