Skip to content

Commit

Permalink
new default toolset GCC131
Browse files Browse the repository at this point in the history
Signed-off-by: Slice <sergey.slice@gmail.com>
  • Loading branch information
SergeySlice committed Jul 3, 2023
1 parent 43e72fd commit e6ad1c5
Show file tree
Hide file tree
Showing 29 changed files with 184 additions and 105 deletions.
83 changes: 80 additions & 3 deletions BaseTools/Conf/tools_def.template
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ DEFINE GCC49_X64_PREFIX = ENV(TOOLCHAIN_DIR)/cross/bin/x86_64-clover-lin

DEFINE GCC53_IA32_PREFIX = ENV(GCC53_BIN)
DEFINE GCC53_X64_PREFIX = ENV(GCC53_BIN)
DEFINE GCC131_X64_PREFIX = ENV(GCC131_BIN)

DEFINE UNIX_IASL_BIN = ENV(IASL_PREFIX)iasl
DEFINE WIN_IASL_BIN = ENV(IASL_PREFIX)iasl.exe
Expand Down Expand Up @@ -2063,7 +2064,7 @@ DEFINE GCC49_ASLCC_FLAGS = DEF(GCC48_ASLCC_FLAGS)

DEFINE GCC5_IA32_CC_FLAGS = DEF(GCC49_IA32_CC_FLAGS) -fno-pic -fno-pie
DEFINE GCC5_X64_CC_FLAGS = DEF(GCC49_X64_CC_FLAGS)
DEFINE GCC5_IA32_X64_DLINK_COMMON = DEF(GCC49_IA32_X64_DLINK_COMMON) -Wl,--no-warn-rwx-segments
DEFINE GCC5_IA32_X64_DLINK_COMMON = DEF(GCC49_IA32_X64_DLINK_COMMON)
DEFINE GCC5_IA32_X64_ASLDLINK_FLAGS = DEF(GCC49_IA32_X64_ASLDLINK_FLAGS)
DEFINE GCC5_IA32_X64_DLINK_FLAGS = DEF(GCC49_IA32_X64_DLINK_FLAGS)
DEFINE GCC5_IA32_DLINK2_FLAGS = DEF(GCC49_IA32_DLINK2_FLAGS) -Wno-error
Expand All @@ -2086,16 +2087,35 @@ DEFINE GCC5_ASLCC_FLAGS = DEF(GCC49_ASLCC_FLAGS) -fno-lto

DEFINE GCC53_IA32_CC_FLAGS = DEF(GCC49_IA32_CC_FLAGS)
DEFINE GCC53_X64_CC_FLAGS = DEF(GCC49_X64_CC_FLAGS) -fno-unwind-tables -Wno-incompatible-ms-struct -Wno-misleading-indentation -mms-bitfields -fno-ms-extensions -ffreestanding -fno-exceptions
DEFINE GCC53_IA32_X64_DLINK_COMMON = -nostdlib -Wl,--no-warn-rwx-segments,--gc-sections,-n,-q,--gc-sections,-z,common-page-size=0x40,--defsym=PECOFF_HEADER_SIZE=0x240,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds
DEFINE GCC53_IA32_X64_DLINK_COMMON = -nostdlib -Wl,-n,-q,--gc-sections,-z,common-page-size=0x40,--defsym=PECOFF_HEADER_SIZE=0x240,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds

DEFINE GCC53_IA32_X64_ASLDLINK_FLAGS = DEF(GCC53_IA32_X64_DLINK_COMMON),--entry,ReferenceAcpiTable,-u,ReferenceAcpiTable

DEFINE GCC53_IA32_X64_DLINK_FLAGS = DEF(GCC53_IA32_X64_DLINK_COMMON),--entry,$(IMAGE_ENTRY_POINT),-u,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map

DEFINE GCC53_X64_DLINK_FLAGS = DEF(GCC53_IA32_X64_DLINK_FLAGS),-melf_x86_64,-znoexecstack,--oformat=elf64-x86-64,-pie
DEFINE GCC53_X64_DLINK_FLAGS = DEF(GCC53_IA32_X64_DLINK_FLAGS),-melf_x86_64,--oformat=elf64-x86-64,-pie

DEFINE GCC53_ASM_FLAGS = DEF(GCC49_ASM_FLAGS)

DEFINE GCC131_X64_CC_FLAGS = DEF(GCC49_X64_CC_FLAGS) -fno-unwind-tables -Wno-incompatible-ms-struct -Wno-misleading-indentation -mms-bitfields -fno-ms-extensions -ffreestanding -fno-exceptions
DEFINE GCC131_IA32_X64_DLINK_COMMON = -nostdlib -Wl,--no-warn-rwx-segments,--gc-sections,-n,-q,--gc-sections,-z,common-page-size=0x40,--defsym=PECOFF_HEADER_SIZE=0x240,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds
DEFINE GCC131_IA32_X64_ASLDLINK_FLAGS = DEF(GCC131_IA32_X64_DLINK_COMMON),--entry,ReferenceAcpiTable,-u,ReferenceAcpiTable
DEFINE GCC131_IA32_X64_DLINK_FLAGS = DEF(GCC131_IA32_X64_DLINK_COMMON),--entry,$(IMAGE_ENTRY_POINT),-u,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map
DEFINE GCC131_X64_DLINK_FLAGS = DEF(GCC131_IA32_X64_DLINK_FLAGS),-melf_x86_64,-znoexecstack,--oformat=elf64-x86-64,-pie
DEFINE GCC131_ASM_FLAGS = DEF(GCC49_ASM_FLAGS)
DEFINE GCC131_ARM_ASM_FLAGS = DEF(GCC49_ARM_ASM_FLAGS)
DEFINE GCC131_AARCH64_ASM_FLAGS = DEF(GCC49_AARCH64_ASM_FLAGS)
DEFINE GCC131_ARM_CC_FLAGS = DEF(GCC49_ARM_CC_FLAGS)
DEFINE GCC131_ARM_CC_XIPFLAGS = DEF(GCC49_ARM_CC_XIPFLAGS)
DEFINE GCC131_AARCH64_CC_FLAGS = DEF(GCC49_AARCH64_CC_FLAGS)
DEFINE GCC131_AARCH64_CC_XIPFLAGS = DEF(GCC49_AARCH64_CC_XIPFLAGS)
DEFINE GCC131_ARM_DLINK_FLAGS = DEF(GCC49_ARM_DLINK_FLAGS)
DEFINE GCC131_ARM_DLINK2_FLAGS = DEF(GCC49_ARM_DLINK2_FLAGS) -Wno-error
DEFINE GCC131_AARCH64_DLINK_FLAGS = DEF(GCC49_AARCH64_DLINK_FLAGS)
DEFINE GCC131_AARCH64_DLINK2_FLAGS = DEF(GCC49_AARCH64_DLINK2_FLAGS) -Wno-error
DEFINE GCC131_ARM_ASLDLINK_FLAGS = DEF(GCC49_ARM_ASLDLINK_FLAGS)
DEFINE GCC131_AARCH64_ASLDLINK_FLAGS = DEF(GCC49_AARCH64_ASLDLINK_FLAGS)


####################################################################################
#
Expand Down Expand Up @@ -2427,6 +2447,63 @@ RELEASE_GCC53_X64_CC_FLAGS = DEF(GCC53_X64_CC_FLAGS) -g3 -Os -Werror
DEBUG_GCC53_X64_CXX_FLAGS = DEF(GCC53_X64_CC_FLAGS) -g3 -O0
RELEASE_GCC53_X64_CXX_FLAGS = DEF(GCC53_X64_CC_FLAGS) -g3 -Os -Werror

####################################################################################
#
# GCC 13.1 - This configuration is used to compile under Linux/MacOSX to produce
# PE/COFF binaries using GCC 13.1.
#
####################################################################################
*_GCC131_*_*_FAMILY = GCC
*_GCC131_*_*_BUILDRULEORDER = nasm S s

*_GCC131_*_MAKE_PATH = make

*_GCC131_*_*_DLL = ENV(GCC131_DLL)

*_GCC131_X64_GCCLINK_PREFIX = -Wl,

*_GCC131_*_ASL_PATH = DEF(UNIX_IASL_BIN)

*_GCC131_*_NASM_PATH = ENV(NASM_PREFIX)nasm

*_GCC131_*_PP_FLAGS = DEF(GCC_PP_FLAGS)
*_GCC131_*_ASLPP_FLAGS = DEF(GCC_ASLPP_FLAGS)
*_GCC131_*_ASLCC_FLAGS = DEF(GCC_ASLCC_FLAGS)
*_GCC131_*_VFRPP_FLAGS = DEF(GCC_VFRPP_FLAGS)
*_GCC131_*_APP_FLAGS =
*_GCC131_*_ASL_FLAGS = DEF(IASL_FLAGS)
*_GCC131_*_ASL_OUTFLAGS = DEF(IASL_OUTFLAGS)

##################
# GCC131 X64 definitions
##################
*_GCC131_X64_OBJCOPY_PATH = DEF(GCC131_X64_PREFIX)objcopy
*_GCC131_X64_CC_PATH = DEF(GCC131_X64_PREFIX)gcc
*_GCC131_X64_CXX_PATH = DEF(GCC131_X64_PREFIX)g++
*_GCC131_X64_SLINK_PATH = DEF(GCC131_X64_PREFIX)gcc-ar
*_GCC131_X64_DLINK_PATH = DEF(GCC131_X64_PREFIX)gcc
*_GCC131_X64_ASLDLINK_PATH = DEF(GCC131_X64_PREFIX)gcc
*_GCC131_X64_ASM_PATH = DEF(GCC131_X64_PREFIX)gcc
*_GCC131_X64_PP_PATH = DEF(GCC131_X64_PREFIX)gcc
*_GCC131_X64_VFRPP_PATH = DEF(GCC131_X64_PREFIX)gcc
*_GCC131_X64_ASLCC_PATH = DEF(GCC131_X64_PREFIX)gcc
*_GCC131_X64_ASLPP_PATH = DEF(GCC131_X64_PREFIX)gcc
*_GCC131_X64_RC_PATH = DEF(GCC131_X64_PREFIX)objcopy

*_GCC131_X64_ASLCC_FLAGS = DEF(GCC_ASLCC_FLAGS) -m64
*_GCC131_X64_ASLDLINK_FLAGS = DEF(GCC48_IA32_X64_ASLDLINK_FLAGS),-m,elf_x86_64
*_GCC131_X64_ASM_FLAGS = DEF(GCC131_ASM_FLAGS) -m64
*_GCC131_X64_DLINK_FLAGS = DEF(GCC131_X64_DLINK_FLAGS) DEF(GCC131_X64_CC_FLAGS) ENV(GCC131_X64_EXTRA_CC_FLAGS)
*_GCC131_X64_RC_FLAGS = DEF(GCC_X64_RC_FLAGS)
*_GCC131_X64_OBJCOPY_FLAGS =
*_GCC131_X64_NASM_FLAGS = -f elf64

DEBUG_GCC131_X64_CC_FLAGS = DEF(GCC131_X64_CC_FLAGS) -g3 -O0
RELEASE_GCC131_X64_CC_FLAGS = DEF(GCC131_X64_CC_FLAGS) -g3 -Os -Werror
DEBUG_GCC131_X64_CXX_FLAGS = DEF(GCC131_X64_CC_FLAGS) -g3 -O0
RELEASE_GCC131_X64_CXX_FLAGS = DEF(GCC131_X64_CC_FLAGS) -g3 -Os -Werror


#
#
# XCODE5 support
Expand Down
8 changes: 4 additions & 4 deletions CloverPackage/package/Resources/templates/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,10 @@ More infos https://github.com/jief666/BootloaderChooser. ";
// ============================================================================
// CloverConfigPlistValidator
// ----------------------------------------------------------------------------
"CloverConfigPlistValidator_title" = "CloverConfigPlistValidator";
"CloverConfigPlistValidator_description" = "CloverConfigPlistValidator by jief,
Verify sanity of your config.plist keeps it clean and up to date.
Installs to /usr/local/bin and will be available as 'ccpv' ";
//"CloverConfigPlistValidator_title" = "CloverConfigPlistValidator";
//"CloverConfigPlistValidator_description" = "CloverConfigPlistValidator by jief,
//Verify sanity of your config.plist keeps it clean and up to date.
//Installs to /usr/local/bin and will be available as 'ccpv' ";

// ============================================================================
// RC Scripts
Expand Down
8 changes: 4 additions & 4 deletions CloverPackage/package/po/clover.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Clover r5150\n"
"POT-Creation-Date: 2022-12-17 13:55+0300\n"
"Project-Id-Version: Clover r5153\n"
"POT-Creation-Date: 2023-07-03 19:51+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -966,8 +966,8 @@ msgstr ""
#, no-wrap
msgid ""
"CloverConfigPlistValidator by jief,\n"
"Verify sanity of your config.plist keeps it clean and up to date.\n"
"Installs to /usr/local/bin and will be available as 'ccpv' "
"//Verify sanity of your config.plist keeps it clean and up to date.\n"
"//Installs to /usr/local/bin and will be available as 'ccpv' "
msgstr ""

#. type: "rc.scripts.on.target_title"
Expand Down
6 changes: 3 additions & 3 deletions CloverPackage/package/po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-15 18:25+0300\n"
"POT-Creation-Date: 2023-07-03 19:51+0300\n"
"PO-Revision-Date: 2020-03-08 18:53+0100\n"
"Last-Translator: vector sigma\n"
"Language-Team: ge <ge@li.org>\n"
Expand Down Expand Up @@ -1046,8 +1046,8 @@ msgstr ""
#, no-wrap
msgid ""
"CloverConfigPlistValidator by jief,\n"
"Verify sanity of your config.plist keeps it clean and up to date.\n"
"Installs to /usr/local/bin and will be available as 'ccpv' "
"//Verify sanity of your config.plist keeps it clean and up to date.\n"
"//Installs to /usr/local/bin and will be available as 'ccpv' "
msgstr ""

#. type: "rc.scripts.on.target_title"
Expand Down
6 changes: 3 additions & 3 deletions CloverPackage/package/po/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-15 18:25+0300\n"
"POT-Creation-Date: 2023-07-03 19:51+0300\n"
"PO-Revision-Date: \n"
"Last-Translator: vector sigma\n"
"Language-Team: en <en@li.org>\n"
Expand Down Expand Up @@ -1043,8 +1043,8 @@ msgstr ""
#, no-wrap
msgid ""
"CloverConfigPlistValidator by jief,\n"
"Verify sanity of your config.plist keeps it clean and up to date.\n"
"Installs to /usr/local/bin and will be available as 'ccpv' "
"//Verify sanity of your config.plist keeps it clean and up to date.\n"
"//Installs to /usr/local/bin and will be available as 'ccpv' "
msgstr ""

#. type: "rc.scripts.on.target_title"
Expand Down
6 changes: 3 additions & 3 deletions CloverPackage/package/po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-15 18:25+0300\n"
"POT-Creation-Date: 2023-07-03 19:51+0300\n"
"PO-Revision-Date: 2018-10-02 11:38+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: es <es@li.org>\n"
Expand Down Expand Up @@ -1055,8 +1055,8 @@ msgstr ""
#, no-wrap
msgid ""
"CloverConfigPlistValidator by jief,\n"
"Verify sanity of your config.plist keeps it clean and up to date.\n"
"Installs to /usr/local/bin and will be available as 'ccpv' "
"//Verify sanity of your config.plist keeps it clean and up to date.\n"
"//Installs to /usr/local/bin and will be available as 'ccpv' "
msgstr ""

#. type: "rc.scripts.on.target_title"
Expand Down
6 changes: 3 additions & 3 deletions CloverPackage/package/po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-15 18:25+0300\n"
"POT-Creation-Date: 2023-07-03 19:51+0300\n"
"PO-Revision-Date: \n"
"Last-Translator: vector sigma\n"
"Language-Team: en <en@li.org>\n"
Expand Down Expand Up @@ -1046,8 +1046,8 @@ msgstr ""
#, no-wrap
msgid ""
"CloverConfigPlistValidator by jief,\n"
"Verify sanity of your config.plist keeps it clean and up to date.\n"
"Installs to /usr/local/bin and will be available as 'ccpv' "
"//Verify sanity of your config.plist keeps it clean and up to date.\n"
"//Installs to /usr/local/bin and will be available as 'ccpv' "
msgstr ""

#. type: "rc.scripts.on.target_title"
Expand Down
10 changes: 5 additions & 5 deletions CloverPackage/package/po/hr.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-15 18:25+0300\n"
"POT-Creation-Date: 2023-07-03 19:51+0300\n"
"PO-Revision-Date: 2018-10-02 11:39+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: hr <hr@li.org>\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Poedit 2.1.1\n"
"X-POOTLE-MTIME: 1392363438.0\n"

Expand Down Expand Up @@ -1051,8 +1051,8 @@ msgstr ""
#, no-wrap
msgid ""
"CloverConfigPlistValidator by jief,\n"
"Verify sanity of your config.plist keeps it clean and up to date.\n"
"Installs to /usr/local/bin and will be available as 'ccpv' "
"//Verify sanity of your config.plist keeps it clean and up to date.\n"
"//Installs to /usr/local/bin and will be available as 'ccpv' "
msgstr ""

#. type: "rc.scripts.on.target_title"
Expand Down
6 changes: 3 additions & 3 deletions CloverPackage/package/po/id.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-15 18:25+0300\n"
"POT-Creation-Date: 2023-07-03 19:51+0300\n"
"PO-Revision-Date: 2019-07-20 10:15+0700\n"
"Last-Translator: Badruzeus\n"
"Language-Team: id <id@li.org>\n"
Expand Down Expand Up @@ -1059,8 +1059,8 @@ msgstr ""
#, no-wrap
msgid ""
"CloverConfigPlistValidator by jief,\n"
"Verify sanity of your config.plist keeps it clean and up to date.\n"
"Installs to /usr/local/bin and will be available as 'ccpv' "
"//Verify sanity of your config.plist keeps it clean and up to date.\n"
"//Installs to /usr/local/bin and will be available as 'ccpv' "
msgstr ""

#. type: "rc.scripts.on.target_title"
Expand Down
6 changes: 3 additions & 3 deletions CloverPackage/package/po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-15 18:25+0300\n"
"POT-Creation-Date: 2023-07-03 19:51+0300\n"
"PO-Revision-Date: 2019-07-13 10:25+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: it <it@li.org>\n"
Expand Down Expand Up @@ -1053,8 +1053,8 @@ msgstr ""
#, no-wrap
msgid ""
"CloverConfigPlistValidator by jief,\n"
"Verify sanity of your config.plist keeps it clean and up to date.\n"
"Installs to /usr/local/bin and will be available as 'ccpv' "
"//Verify sanity of your config.plist keeps it clean and up to date.\n"
"//Installs to /usr/local/bin and will be available as 'ccpv' "
msgstr ""

#. type: "rc.scripts.on.target_title"
Expand Down
6 changes: 3 additions & 3 deletions CloverPackage/package/po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-15 18:25+0300\n"
"POT-Creation-Date: 2023-07-03 19:51+0300\n"
"PO-Revision-Date: 2018-10-02 11:41+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: \n"
Expand Down Expand Up @@ -1050,8 +1050,8 @@ msgstr ""
#, no-wrap
msgid ""
"CloverConfigPlistValidator by jief,\n"
"Verify sanity of your config.plist keeps it clean and up to date.\n"
"Installs to /usr/local/bin and will be available as 'ccpv' "
"//Verify sanity of your config.plist keeps it clean and up to date.\n"
"//Installs to /usr/local/bin and will be available as 'ccpv' "
msgstr ""

#. type: "rc.scripts.on.target_title"
Expand Down
6 changes: 3 additions & 3 deletions CloverPackage/package/po/ko.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-15 18:25+0300\n"
"POT-Creation-Date: 2023-07-03 19:51+0300\n"
"PO-Revision-Date: \n"
"Last-Translator: vector sigma\n"
"Language-Team: ko <ko@li.org>\n"
Expand Down Expand Up @@ -1053,8 +1053,8 @@ msgstr ""
#, no-wrap
msgid ""
"CloverConfigPlistValidator by jief,\n"
"Verify sanity of your config.plist keeps it clean and up to date.\n"
"Installs to /usr/local/bin and will be available as 'ccpv' "
"//Verify sanity of your config.plist keeps it clean and up to date.\n"
"//Installs to /usr/local/bin and will be available as 'ccpv' "
msgstr ""

#. type: "rc.scripts.on.target_title"
Expand Down
6 changes: 3 additions & 3 deletions CloverPackage/package/po/lv.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-15 18:25+0300\n"
"POT-Creation-Date: 2023-07-03 19:51+0300\n"
"PO-Revision-Date: 2018-10-02 11:42+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: \n"
Expand Down Expand Up @@ -1059,8 +1059,8 @@ msgstr ""
#, no-wrap
msgid ""
"CloverConfigPlistValidator by jief,\n"
"Verify sanity of your config.plist keeps it clean and up to date.\n"
"Installs to /usr/local/bin and will be available as 'ccpv' "
"//Verify sanity of your config.plist keeps it clean and up to date.\n"
"//Installs to /usr/local/bin and will be available as 'ccpv' "
msgstr ""

#. type: "rc.scripts.on.target_title"
Expand Down
6 changes: 3 additions & 3 deletions CloverPackage/package/po/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-15 18:25+0300\n"
"POT-Creation-Date: 2023-07-03 19:51+0300\n"
"PO-Revision-Date: 2019-07-14 12:37+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: \n"
Expand Down Expand Up @@ -1048,8 +1048,8 @@ msgstr ""
#, no-wrap
msgid ""
"CloverConfigPlistValidator by jief,\n"
"Verify sanity of your config.plist keeps it clean and up to date.\n"
"Installs to /usr/local/bin and will be available as 'ccpv' "
"//Verify sanity of your config.plist keeps it clean and up to date.\n"
"//Installs to /usr/local/bin and will be available as 'ccpv' "
msgstr ""

#. type: "rc.scripts.on.target_title"
Expand Down
Loading

0 comments on commit e6ad1c5

Please sign in to comment.