Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2019 08:03:30 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r346733 - projects/runtime-coverage-v2
Message-ID:  <201904260803.x3Q83U6a017232@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Fri Apr 26 08:03:29 2019
New Revision: 346733
URL: https://svnweb.freebsd.org/changeset/base/346733

Log:
  Fix typo introduced in r346732 (.endif -> .endfor)

Modified:
  projects/runtime-coverage-v2/Makefile.inc1

Modified: projects/runtime-coverage-v2/Makefile.inc1
==============================================================================
--- projects/runtime-coverage-v2/Makefile.inc1	Fri Apr 26 07:43:38 2019	(r346732)
+++ projects/runtime-coverage-v2/Makefile.inc1	Fri Apr 26 08:03:29 2019	(r346733)
@@ -2515,7 +2515,7 @@ cross-tools: .MAKE .PHONY
 		    DIRPRFX=${_tool}/ all; \
 		${MAKE} CFLAGS="${XCFLAGS:M*target=} ${CFLAGS}" \
 		    DIRPRFX=${_tool}/ DESTDIR=${WORLDTMP} install
-.endif
+.endfor
 
 #
 # native-xtools is the current target for qemu-user cross builds of ports



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904260803.x3Q83U6a017232>