This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 229d839a Wrap overlong line [skip ci] 229d839a is described below commit 229d839acf5d6d0afbc35c809216ee4520afaa0c Author: Sebb <s...@apache.org> AuthorDate: Wed Nov 1 11:48:31 2023 +0000 Wrap overlong line [skip ci] --- Makefile.common | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 44d63406..85c115e5 100644 --- a/Makefile.common +++ b/Makefile.common @@ -55,7 +55,12 @@ endif # The following list must include all OS entries below (apart from Default) # Also there should be a target in the makefile for each of the combinations # For example, 'Linux-x86' is invoked by the target 'linux32' -known_os_archs := Linux-x86 Linux-x86_64 Linux-aarch64 Linux-arm Linux-armhf Linux-ppc Linux-ppc64 Mac-x86 Mac-x86_64 Mac-arm64 Mac-aarch64 FreeBSD-x86_64 Windows-x86 Windows-x86_64 SunOS-x86 SunOS-sparc SunOS-x86_64 AIX-ppc64 +known_os_archs := Linux-x86 Linux-x86_64 Linux-aarch64 Linux-arm Linux-armhf Linux-ppc Linux-ppc64 \ + Mac-x86 Mac-x86_64 Mac-arm64 Mac-aarch64 \ + FreeBSD-x86_64 \ + Windows-x86 Windows-x86_64 \ + SunOS-x86 SunOS-sparc SunOS-x86_64 \ + AIX-ppc64 os_arch := $(OS_NAME)-$(OS_ARCH) ifeq (,$(findstring $(strip $(os_arch)),$(known_os_archs)))