svn commit: r51305 - head/en_US.ISO8859-1/htdocs/releases/12.0R

Glen Barber <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: gjb
Date: Wed Dec 13 19:50:44 2017
New Revision: 51305
URL: https://svnweb.freebsd.org/changeset/doc/51305

Log:
  Adjust 12.0R/Makefile to account for arm/arm, arm/armv7, and
  arm64/aarch64 SoC images.  This has no immediate functional
  impact, as the data files are commented.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile	Wed Dec 13 19:37:31 2017	(r51304)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile	Wed Dec 13 19:50:44 2017	(r51305)
@@ -38,17 +38,23 @@ _VMS?=		amd64 \
 		i386 \
 		arm64-aarch64
 
-_ARM?=		BANANAPI \
+_ARM_ARM?=	GUMSTIX
+
+_ARM_ARMV6?=	RPI-B
+
+_ARM_ARMV7?=	BANANAPI \
 		BEAGLEBONE \
 		CUBIEBOARD \
 		CUBIEBOARD2 \
 		CUBOX-HUMMINGBOARD \
 		GUMSTIX \
 		PANDABOARD \
-		RPI-B \
 		RPI2 \
 		WANDBOARD
 
+_ARM64_AARCH64?=PINE64 \
+		RPI3
+
 .for CHECKSUM in SHA512 SHA256
 . for _B in ${_BIGIRON}
 #DATA+=		CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_B}.asc
@@ -56,8 +62,17 @@ _ARM?=		BANANAPI \
 . for _V in ${_VMS}
 #DATA+=		CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_V}-vm.asc
 . endfor
-. for _A in ${_ARM}
+. for _A in ${_ARM_ARM}
+#DATA+=		CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-arm-${_A}.asc
+. endfor
+. for _A in ${_ARM_ARMV6}
 #DATA+=		CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv6-${_A}.asc
+. endfor
+. for _A in ${_ARM_ARMV7}
+#DATA+=		CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv7-${_A}.asc
+. endfor
+. for _A in ${_ARM64_AARCH64}
+#DATA+=		CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm64-aarch64-${_A}.asc
 . endfor
 .endfor
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.