Remove the arm/armv6 bits from Makefile.mirrors, which needs

some re-thinking.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-05-21 20:43:02 +00:00
parent 7ee01d2b1e
commit 3e99786994
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283268

View file

@ -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})