Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2013 23:32:48 +0000 (UTC)
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r256402 - projects/bmake/lib/clang
Message-ID:  <201310122332.r9CNWmQe038838@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sjg
Date: Sat Oct 12 23:32:48 2013
New Revision: 256402
URL: http://svnweb.freebsd.org/changeset/base/256402

Log:
  Make sure we trigger generation of headers

Modified:
  projects/bmake/lib/clang/clang.build.mk

Modified: projects/bmake/lib/clang/clang.build.mk
==============================================================================
--- projects/bmake/lib/clang/clang.build.mk	Sat Oct 12 23:31:56 2013	(r256401)
+++ projects/bmake/lib/clang/clang.build.mk	Sat Oct 12 23:32:48 2013	(r256402)
@@ -196,3 +196,7 @@ Checkers.inc.h: ${CLANG_SRCS}/lib/Static
 SRCS+=		${TGHDRS:C/$/.inc.h/}
 DPADD+=		${TGHDRS:C/$/.inc.h/}
 CLEANFILES+=	${TGHDRS:C/$/.inc.h/}
+
+# if we are not doing explicit 'make depend', there is 
+# nothing to cause these to be generated.
+beforebuild: ${SRCS:M*.inc.h}



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