summaryrefslogtreecommitdiffstats
path: root/release/Makefile.mirrors
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-05-21 20:43:02 +0000
committergjb <gjb@FreeBSD.org>2015-05-21 20:43:02 +0000
commitc06534502b7b33ada2ed8c0f4b02a5631a92cc87 (patch)
treef6ef36edc60e297b5d721705111da45d6e098245 /release/Makefile.mirrors
parent2b3486294ec1407b67c44d5d9e6ffe125b2f05b7 (diff)
downloadFreeBSD-src-c06534502b7b33ada2ed8c0f4b02a5631a92cc87.zip
FreeBSD-src-c06534502b7b33ada2ed8c0f4b02a5631a92cc87.tar.gz
Remove the arm/armv6 bits from Makefile.mirrors, which needs
some re-thinking. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/Makefile.mirrors')
-rw-r--r--release/Makefile.mirrors7
1 files changed, 0 insertions, 7 deletions
diff --git a/release/Makefile.mirrors b/release/Makefile.mirrors
index 20866c0..8d542ea 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})
OpenPOWER on IntegriCloud