From f417f93f0bf04d3cb9cde9f186a5e132531e5580 Mon Sep 17 00:00:00 2001 From: nakasima Date: Tue, 1 Jul 2008 02:31:20 +0000 Subject: [PATCH] =?UTF-8?q?SDK=E3=81=AB=E5=90=88=E3=82=8F=E3=81=9B?= =?UTF-8?q?=E3=81=A6BMP->=E4=B8=AD=E9=96=93=E3=83=95=E3=82=A1=E3=82=A4?= =?UTF-8?q?=E3=83=AB->BNR=E3=81=AE=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82?= =?UTF-8?q?=E3=81=AB=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@1750 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/DS_DownloadPlay/banner/Makefile | 8 +++----- build/systemMenu_RED/Launcher/banner/Makefile | 8 +++----- build/systemMenu_RED/MachineSettings/banner/Makefile | 8 +++----- build/systemMenu_tools/HWInfoWriter/banner/Makefile | 8 +++----- build/systemMenu_tools/NandInitializer/banner/Makefile | 8 +++----- .../NandInitializerProduction/banner/Makefile | 8 +++----- build/systemMenu_tools/NandInitializerRed/banner/Makefile | 8 +++----- build/systemMenu_tools/SystemUpdater/banner/Makefile | 8 +++----- build/tests/CheckPreloadParameters/banner/Makefile | 8 +++----- build/tests/RelocateChecker/banner/Makefile | 8 +++----- 10 files changed, 30 insertions(+), 50 deletions(-) diff --git a/build/systemMenu_RED/DS_DownloadPlay/banner/Makefile b/build/systemMenu_RED/DS_DownloadPlay/banner/Makefile index 1f8aa1d4..e373c033 100644 --- a/build/systemMenu_RED/DS_DownloadPlay/banner/Makefile +++ b/build/systemMenu_RED/DS_DownloadPlay/banner/Makefile @@ -28,11 +28,10 @@ INSTALL_DIR = ./ INSTALL_TARGETS = $(TARGETS) BANNER_ICON_NAME = $(basename $(BANNER_ICON)) +BANNER_ICON_MIDDLE = $(addprefix $(BANNER_ICON_NAME), .nbfs .nbfc .nbfp) LDIRT_CLEAN = $(TARGETS) \ - $(BANNER_ICON_NAME).nbfs \ - $(BANNER_ICON_NAME).nbfc \ - $(BANNER_ICON_NAME).nbfp \ + $(BANNER_ICON_MIDDLE) \ $(TARGETS:.bnr=.srl) include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules @@ -42,8 +41,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- do-build: $(TARGETS) -$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) - $(NTEXCONV) -no -bg -bgb -bgnc $(BANNER_ICON) >/dev/null && \ +$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) $(BANNER_ICON_MIDDLE) $(MAKEBANNER) -N $(BANNER_ICON_NAME) $(BANNER_SPEC) $(TARGETS) # diff --git a/build/systemMenu_RED/Launcher/banner/Makefile b/build/systemMenu_RED/Launcher/banner/Makefile index 1f8aa1d4..e373c033 100644 --- a/build/systemMenu_RED/Launcher/banner/Makefile +++ b/build/systemMenu_RED/Launcher/banner/Makefile @@ -28,11 +28,10 @@ INSTALL_DIR = ./ INSTALL_TARGETS = $(TARGETS) BANNER_ICON_NAME = $(basename $(BANNER_ICON)) +BANNER_ICON_MIDDLE = $(addprefix $(BANNER_ICON_NAME), .nbfs .nbfc .nbfp) LDIRT_CLEAN = $(TARGETS) \ - $(BANNER_ICON_NAME).nbfs \ - $(BANNER_ICON_NAME).nbfc \ - $(BANNER_ICON_NAME).nbfp \ + $(BANNER_ICON_MIDDLE) \ $(TARGETS:.bnr=.srl) include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules @@ -42,8 +41,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- do-build: $(TARGETS) -$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) - $(NTEXCONV) -no -bg -bgb -bgnc $(BANNER_ICON) >/dev/null && \ +$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) $(BANNER_ICON_MIDDLE) $(MAKEBANNER) -N $(BANNER_ICON_NAME) $(BANNER_SPEC) $(TARGETS) # diff --git a/build/systemMenu_RED/MachineSettings/banner/Makefile b/build/systemMenu_RED/MachineSettings/banner/Makefile index 1f8aa1d4..e373c033 100644 --- a/build/systemMenu_RED/MachineSettings/banner/Makefile +++ b/build/systemMenu_RED/MachineSettings/banner/Makefile @@ -28,11 +28,10 @@ INSTALL_DIR = ./ INSTALL_TARGETS = $(TARGETS) BANNER_ICON_NAME = $(basename $(BANNER_ICON)) +BANNER_ICON_MIDDLE = $(addprefix $(BANNER_ICON_NAME), .nbfs .nbfc .nbfp) LDIRT_CLEAN = $(TARGETS) \ - $(BANNER_ICON_NAME).nbfs \ - $(BANNER_ICON_NAME).nbfc \ - $(BANNER_ICON_NAME).nbfp \ + $(BANNER_ICON_MIDDLE) \ $(TARGETS:.bnr=.srl) include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules @@ -42,8 +41,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- do-build: $(TARGETS) -$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) - $(NTEXCONV) -no -bg -bgb -bgnc $(BANNER_ICON) >/dev/null && \ +$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) $(BANNER_ICON_MIDDLE) $(MAKEBANNER) -N $(BANNER_ICON_NAME) $(BANNER_SPEC) $(TARGETS) # diff --git a/build/systemMenu_tools/HWInfoWriter/banner/Makefile b/build/systemMenu_tools/HWInfoWriter/banner/Makefile index 1f8aa1d4..e373c033 100644 --- a/build/systemMenu_tools/HWInfoWriter/banner/Makefile +++ b/build/systemMenu_tools/HWInfoWriter/banner/Makefile @@ -28,11 +28,10 @@ INSTALL_DIR = ./ INSTALL_TARGETS = $(TARGETS) BANNER_ICON_NAME = $(basename $(BANNER_ICON)) +BANNER_ICON_MIDDLE = $(addprefix $(BANNER_ICON_NAME), .nbfs .nbfc .nbfp) LDIRT_CLEAN = $(TARGETS) \ - $(BANNER_ICON_NAME).nbfs \ - $(BANNER_ICON_NAME).nbfc \ - $(BANNER_ICON_NAME).nbfp \ + $(BANNER_ICON_MIDDLE) \ $(TARGETS:.bnr=.srl) include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules @@ -42,8 +41,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- do-build: $(TARGETS) -$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) - $(NTEXCONV) -no -bg -bgb -bgnc $(BANNER_ICON) >/dev/null && \ +$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) $(BANNER_ICON_MIDDLE) $(MAKEBANNER) -N $(BANNER_ICON_NAME) $(BANNER_SPEC) $(TARGETS) # diff --git a/build/systemMenu_tools/NandInitializer/banner/Makefile b/build/systemMenu_tools/NandInitializer/banner/Makefile index 1f8aa1d4..e373c033 100644 --- a/build/systemMenu_tools/NandInitializer/banner/Makefile +++ b/build/systemMenu_tools/NandInitializer/banner/Makefile @@ -28,11 +28,10 @@ INSTALL_DIR = ./ INSTALL_TARGETS = $(TARGETS) BANNER_ICON_NAME = $(basename $(BANNER_ICON)) +BANNER_ICON_MIDDLE = $(addprefix $(BANNER_ICON_NAME), .nbfs .nbfc .nbfp) LDIRT_CLEAN = $(TARGETS) \ - $(BANNER_ICON_NAME).nbfs \ - $(BANNER_ICON_NAME).nbfc \ - $(BANNER_ICON_NAME).nbfp \ + $(BANNER_ICON_MIDDLE) \ $(TARGETS:.bnr=.srl) include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules @@ -42,8 +41,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- do-build: $(TARGETS) -$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) - $(NTEXCONV) -no -bg -bgb -bgnc $(BANNER_ICON) >/dev/null && \ +$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) $(BANNER_ICON_MIDDLE) $(MAKEBANNER) -N $(BANNER_ICON_NAME) $(BANNER_SPEC) $(TARGETS) # diff --git a/build/systemMenu_tools/NandInitializerProduction/banner/Makefile b/build/systemMenu_tools/NandInitializerProduction/banner/Makefile index 1f8aa1d4..e373c033 100644 --- a/build/systemMenu_tools/NandInitializerProduction/banner/Makefile +++ b/build/systemMenu_tools/NandInitializerProduction/banner/Makefile @@ -28,11 +28,10 @@ INSTALL_DIR = ./ INSTALL_TARGETS = $(TARGETS) BANNER_ICON_NAME = $(basename $(BANNER_ICON)) +BANNER_ICON_MIDDLE = $(addprefix $(BANNER_ICON_NAME), .nbfs .nbfc .nbfp) LDIRT_CLEAN = $(TARGETS) \ - $(BANNER_ICON_NAME).nbfs \ - $(BANNER_ICON_NAME).nbfc \ - $(BANNER_ICON_NAME).nbfp \ + $(BANNER_ICON_MIDDLE) \ $(TARGETS:.bnr=.srl) include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules @@ -42,8 +41,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- do-build: $(TARGETS) -$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) - $(NTEXCONV) -no -bg -bgb -bgnc $(BANNER_ICON) >/dev/null && \ +$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) $(BANNER_ICON_MIDDLE) $(MAKEBANNER) -N $(BANNER_ICON_NAME) $(BANNER_SPEC) $(TARGETS) # diff --git a/build/systemMenu_tools/NandInitializerRed/banner/Makefile b/build/systemMenu_tools/NandInitializerRed/banner/Makefile index 1f8aa1d4..e373c033 100644 --- a/build/systemMenu_tools/NandInitializerRed/banner/Makefile +++ b/build/systemMenu_tools/NandInitializerRed/banner/Makefile @@ -28,11 +28,10 @@ INSTALL_DIR = ./ INSTALL_TARGETS = $(TARGETS) BANNER_ICON_NAME = $(basename $(BANNER_ICON)) +BANNER_ICON_MIDDLE = $(addprefix $(BANNER_ICON_NAME), .nbfs .nbfc .nbfp) LDIRT_CLEAN = $(TARGETS) \ - $(BANNER_ICON_NAME).nbfs \ - $(BANNER_ICON_NAME).nbfc \ - $(BANNER_ICON_NAME).nbfp \ + $(BANNER_ICON_MIDDLE) \ $(TARGETS:.bnr=.srl) include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules @@ -42,8 +41,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- do-build: $(TARGETS) -$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) - $(NTEXCONV) -no -bg -bgb -bgnc $(BANNER_ICON) >/dev/null && \ +$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) $(BANNER_ICON_MIDDLE) $(MAKEBANNER) -N $(BANNER_ICON_NAME) $(BANNER_SPEC) $(TARGETS) # diff --git a/build/systemMenu_tools/SystemUpdater/banner/Makefile b/build/systemMenu_tools/SystemUpdater/banner/Makefile index 1f8aa1d4..e373c033 100644 --- a/build/systemMenu_tools/SystemUpdater/banner/Makefile +++ b/build/systemMenu_tools/SystemUpdater/banner/Makefile @@ -28,11 +28,10 @@ INSTALL_DIR = ./ INSTALL_TARGETS = $(TARGETS) BANNER_ICON_NAME = $(basename $(BANNER_ICON)) +BANNER_ICON_MIDDLE = $(addprefix $(BANNER_ICON_NAME), .nbfs .nbfc .nbfp) LDIRT_CLEAN = $(TARGETS) \ - $(BANNER_ICON_NAME).nbfs \ - $(BANNER_ICON_NAME).nbfc \ - $(BANNER_ICON_NAME).nbfp \ + $(BANNER_ICON_MIDDLE) \ $(TARGETS:.bnr=.srl) include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules @@ -42,8 +41,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- do-build: $(TARGETS) -$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) - $(NTEXCONV) -no -bg -bgb -bgnc $(BANNER_ICON) >/dev/null && \ +$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) $(BANNER_ICON_MIDDLE) $(MAKEBANNER) -N $(BANNER_ICON_NAME) $(BANNER_SPEC) $(TARGETS) # diff --git a/build/tests/CheckPreloadParameters/banner/Makefile b/build/tests/CheckPreloadParameters/banner/Makefile index 1f8aa1d4..e373c033 100644 --- a/build/tests/CheckPreloadParameters/banner/Makefile +++ b/build/tests/CheckPreloadParameters/banner/Makefile @@ -28,11 +28,10 @@ INSTALL_DIR = ./ INSTALL_TARGETS = $(TARGETS) BANNER_ICON_NAME = $(basename $(BANNER_ICON)) +BANNER_ICON_MIDDLE = $(addprefix $(BANNER_ICON_NAME), .nbfs .nbfc .nbfp) LDIRT_CLEAN = $(TARGETS) \ - $(BANNER_ICON_NAME).nbfs \ - $(BANNER_ICON_NAME).nbfc \ - $(BANNER_ICON_NAME).nbfp \ + $(BANNER_ICON_MIDDLE) \ $(TARGETS:.bnr=.srl) include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules @@ -42,8 +41,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- do-build: $(TARGETS) -$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) - $(NTEXCONV) -no -bg -bgb -bgnc $(BANNER_ICON) >/dev/null && \ +$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) $(BANNER_ICON_MIDDLE) $(MAKEBANNER) -N $(BANNER_ICON_NAME) $(BANNER_SPEC) $(TARGETS) # diff --git a/build/tests/RelocateChecker/banner/Makefile b/build/tests/RelocateChecker/banner/Makefile index 27b48038..cf9ea411 100644 --- a/build/tests/RelocateChecker/banner/Makefile +++ b/build/tests/RelocateChecker/banner/Makefile @@ -28,11 +28,10 @@ INSTALL_DIR = ./ INSTALL_TARGETS = $(TARGETS) BANNER_ICON_NAME = $(basename $(BANNER_ICON)) +BANNER_ICON_MIDDLE = $(addprefix $(BANNER_ICON_NAME), .nbfs .nbfc .nbfp) LDIRT_CLEAN = $(TARGETS) \ - $(BANNER_ICON_NAME).nbfs \ - $(BANNER_ICON_NAME).nbfc \ - $(BANNER_ICON_NAME).nbfp \ + $(BANNER_ICON_MIDDLE) \ $(TARGETS:.bnr=.srl) include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules @@ -42,8 +41,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- do-build: $(TARGETS) -$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) - $(NTEXCONV) -no -bg -bgb -bgnc $(BANNER_ICON) >/dev/null && \ +$(TARGETS): $(BANNER_SPEC) $(BANNER_ICON) $(BANNER_ICON_MIDDLE) $(MAKEBANNER) -d -N $(BANNER_ICON_NAME) $(BANNER_SPEC) $(TARGETS) #