Reindent.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-03-25 23:29:35 +00:00
parent 67a7660de3
commit 9515d8af28

View File

@ -32,14 +32,14 @@ arm-${BOARD:tl}:
${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} build-${.TARGET}
build-arm-ports${BOARD:tl}:
.if defined(ARMPORTS) && !empty(ARMPORTS)
. if !exists(${PORTSDIR}/Makefile)
. error "Ports tree (${PORTSDIR}) is required."
. endif
. for AP in ${ARMPORTS}
. if defined(ARMPORTS) && !empty(ARMPORTS)
. if !exists(${PORTSDIR}/Makefile)
. error "Ports tree (${PORTSDIR}) is required."
. endif
. for AP in ${ARMPORTS}
@echo ${MAKE} -C ${PORTSDIR}/${AP} all install clean distclean
. endfor
.endif
. endfor
. endif
touch ${.TARGET}
. endfor
.endif # !WITH_ARM_IMAGES