svn commit: r346733 - projects/runtime-coverage-v2

Enji Cooper ngie at FreeBSD.org
Fri Apr 26 08:03:30 UTC 2019


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


More information about the svn-src-projects mailing list