Date: Tue, 5 Feb 2019 16:45:30 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492257 - head/sysutils/u-boot-master Message-ID: <201902051645.x15GjUk4003821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Feb 5 16:45:29 2019 New Revision: 492257 URL: https://svnweb.freebsd.org/changeset/ports/492257 Log: Unbreak INDEX Modified: head/sysutils/u-boot-master/Makefile Modified: head/sysutils/u-boot-master/Makefile ============================================================================== --- head/sysutils/u-boot-master/Makefile Tue Feb 5 16:19:13 2019 (r492256) +++ head/sysutils/u-boot-master/Makefile Tue Feb 5 16:45:29 2019 (r492257) @@ -197,7 +197,7 @@ post-build: (cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${i}) .endfor .endif -.if ${FAMILY} == "rk3399" +.if defined(FAMILY) && ${FAMILY} == rk3399 mkimage -n rk3399 -T rksd -d ${WRKSRC}/spl/u-boot-spl.bin ${WRKSRC}/idbspl.img .endif # If we need to put anything into WRKSRC, do so now so we can build the PLIST
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902051645.x15GjUk4003821>