diff --git a/build/systemMenu_RED/sysmenuVersion/Makefile.A b/build/systemMenu_RED/sysmenuVersion/Makefile.A index 00185dc8..d3be136b 100644 --- a/build/systemMenu_RED/sysmenuVersion/Makefile.A +++ b/build/systemMenu_RED/sysmenuVersion/Makefile.A @@ -28,11 +28,8 @@ include ./commondefs.sysmenuVersion.local #--------------------------------------------------------- # リージョン固有パラメータ -SYSMENU_VERSION_REGION = A -SYSMENU_VERSION_STRING_REGION = ALL -SYSMENU_VERSION_TIMESTAMP = 08082200 -SYSMENU_VERSION_MAJOR = 0 -SYSMENU_VERSION_MINOR = 0 +include ./defs.sysmenuVersion.A + do-build : $(TARGET_BIN) diff --git a/build/systemMenu_RED/sysmenuVersion/Makefile.E b/build/systemMenu_RED/sysmenuVersion/Makefile.E index 71235e32..3af8d32c 100644 --- a/build/systemMenu_RED/sysmenuVersion/Makefile.E +++ b/build/systemMenu_RED/sysmenuVersion/Makefile.E @@ -28,11 +28,8 @@ include ./commondefs.sysmenuVersion.local #--------------------------------------------------------- # リージョン固有パラメータ -SYSMENU_VERSION_REGION = E -SYSMENU_VERSION_STRING_REGION = U -SYSMENU_VERSION_TIMESTAMP = 08082200 -SYSMENU_VERSION_MAJOR = 0 -SYSMENU_VERSION_MINOR = 0 +include ./defs.sysmenuVersion.E + do-build : $(TARGET_BIN) diff --git a/build/systemMenu_RED/sysmenuVersion/Makefile.J b/build/systemMenu_RED/sysmenuVersion/Makefile.J index e72ed553..949d68a1 100644 --- a/build/systemMenu_RED/sysmenuVersion/Makefile.J +++ b/build/systemMenu_RED/sysmenuVersion/Makefile.J @@ -28,11 +28,8 @@ include ./commondefs.sysmenuVersion.local #--------------------------------------------------------- # リージョン固有パラメータ -SYSMENU_VERSION_REGION = J -SYSMENU_VERSION_STRING_REGION = J -SYSMENU_VERSION_TIMESTAMP = 08082200 -SYSMENU_VERSION_MAJOR = 0 -SYSMENU_VERSION_MINOR = 0 +include ./defs.sysmenuVersion.J + do-build : $(TARGET_BIN) diff --git a/build/systemMenu_RED/sysmenuVersion/Makefile.P b/build/systemMenu_RED/sysmenuVersion/Makefile.P index 39bbb95c..e6618439 100644 --- a/build/systemMenu_RED/sysmenuVersion/Makefile.P +++ b/build/systemMenu_RED/sysmenuVersion/Makefile.P @@ -28,11 +28,8 @@ include ./commondefs.sysmenuVersion.local #--------------------------------------------------------- # リージョン固有パラメータ -SYSMENU_VERSION_REGION = P -SYSMENU_VERSION_STRING_REGION = E -SYSMENU_VERSION_TIMESTAMP = 08082200 -SYSMENU_VERSION_MAJOR = 0 -SYSMENU_VERSION_MINOR = 0 +include ./defs.sysmenuVersion.P + do-build : $(TARGET_BIN) diff --git a/build/systemMenu_RED/sysmenuVersion/Makefile.U b/build/systemMenu_RED/sysmenuVersion/Makefile.U index 2d3cca61..32f7e39e 100644 --- a/build/systemMenu_RED/sysmenuVersion/Makefile.U +++ b/build/systemMenu_RED/sysmenuVersion/Makefile.U @@ -28,11 +28,8 @@ include ./commondefs.sysmenuVersion.local #--------------------------------------------------------- # リージョン固有パラメータ -SYSMENU_VERSION_REGION = U -SYSMENU_VERSION_STRING_REGION = A -SYSMENU_VERSION_TIMESTAMP = 08082200 -SYSMENU_VERSION_MAJOR = 0 -SYSMENU_VERSION_MINOR = 0 +include ./defs.sysmenuVersion.U + do-build : $(TARGET_BIN) diff --git a/build/systemMenu_tools/SystemUpdater/data/Makefile b/build/systemMenu_tools/SystemUpdater/data/Makefile index aeb96a42..b3003b6e 100644 --- a/build/systemMenu_tools/SystemUpdater/data/Makefile +++ b/build/systemMenu_tools/SystemUpdater/data/Makefile @@ -23,6 +23,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs include $(SYSMENU_ROOT)/build/systemMenu_RED/wlanfirm/commondefs.wlanfirm include $(SYSMENU_ROOT)/build/systemMenu_RED/DSHashTable/commondefs.DSHashTable include $(SYSMENU_ROOT)/build/systemMenu_RED/sysmenuVersion/commondefs.sysmenuVersion +include $(SYSMENU_ROOT)/build/systemMenu_RED/sysmenuVersion/defs.sysmenuVersion.A # SystemUpdaterでインポートするTADは専用のmaketadでTAD化します。 MAKETAD := $(TWL_IPL_RED_PRIVATE_TOOLSDIR)/bin/maketad.updater.exe