aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2015-05-21 20:43:02 +0000
committerGlen Barber <gjb@FreeBSD.org>2015-05-21 20:43:02 +0000
commit3e99786994ea374691399c8b49590ae0b74bff96 (patch)
treef6ef36edc60e297b5d721705111da45d6e098245
parent7ee01d2b1ed90cb6db761bcb25e80f31c74a6fe2 (diff)
downloadsrc-3e99786994ea374691399c8b49590ae0b74bff96.tar.gz
src-3e99786994ea374691399c8b49590ae0b74bff96.zip
Remove the arm/armv6 bits from Makefile.mirrors, which needs
some re-thinking. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=283268
-rw-r--r--release/Makefile.mirrors7
1 files changed, 0 insertions, 7 deletions
diff --git a/release/Makefile.mirrors b/release/Makefile.mirrors
index 20866c00923b..8d542ea72b64 100644
--- a/release/Makefile.mirrors
+++ b/release/Makefile.mirrors
@@ -23,14 +23,7 @@ STAGE_TARGETS?= iso-images-stage
SNAPSHOT= 1
TLD?= ${FTPDIR}/snapshots
BUILDDATE!= cd ${.CURDIR} && date -j -f '%s' $$(stat -f "%c" ${.OBJDIR}/dist/base/bin/sh) +%Y%m%d
-. if ${TARGET} == "arm" && ${TARGET_ARCH} == "armv6"
-. if !defined(BOARDNAME) || empty(BOARDNAME)
-BOARDNAME= ${KERNCONF}
-. endif
-_SNAP_SUFFIX:= -${BOARDNAME}-${BUILDDATE}
-. else # not arm/armv6
_SNAP_SUFFIX:= -${BUILDDATE}
-. endif
. for _D in /usr/bin /usr/local/bin
. for _S in svnversion svnliteversion
. if exists(${_D}/${_S})