svn commit: r414398 - in head/devel: . llvm-cheri128

Antoine Brodin antoine at FreeBSD.org
Sun May 1 08:00:16 UTC 2016


Author: antoine
Date: Sun May  1 08:00:15 2016
New Revision: 414398
URL: https://svnweb.freebsd.org/changeset/ports/414398

Log:
  Hook llvm-cheri128 to the build

Modified:
  head/devel/Makefile
  head/devel/llvm-cheri128/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun May  1 07:56:38 2016	(r414397)
+++ head/devel/Makefile	Sun May  1 08:00:15 2016	(r414398)
@@ -1417,6 +1417,7 @@
     SUBDIR += lldb38
     SUBDIR += llnextgen
     SUBDIR += llvm-cheri
+    SUBDIR += llvm-cheri128
     SUBDIR += llvm-devel
     SUBDIR += llvm33
     SUBDIR += llvm34

Modified: head/devel/llvm-cheri128/Makefile
==============================================================================
--- head/devel/llvm-cheri128/Makefile	Sun May  1 07:56:38 2016	(r414397)
+++ head/devel/llvm-cheri128/Makefile	Sun May  1 08:00:15 2016	(r414398)
@@ -8,4 +8,4 @@ COMMENT=	LLVM and Clang with support for
 
 MASTERDIR=	${.CURDIR}/../llvm-cheri
 
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list