Deleted Added
full compact
Makefile (263508) Makefile (264303)
1# $FreeBSD: stable/10/usr.bin/clang/Makefile 263508 2014-03-21 17:53:59Z dim $
1# $FreeBSD: stable/10/usr.bin/clang/Makefile 264303 2014-04-09 18:16:58Z dim $
2
3.include <bsd.own.mk>
4
5SUBDIR= clang clang-tblgen tblgen
6
7.if !defined(TOOLS_PREFIX)
8.if ${MK_CLANG_EXTRAS} != "no"
9SUBDIR+=bugpoint \

--- 14 unchanged lines hidden (view full) ---

24 opt
25.endif
26
27.if ${MK_LLDB} != "no"
28SUBDIR+=lldb
29.endif
30.endif # TOOLS_PREFIX
31
2
3.include <bsd.own.mk>
4
5SUBDIR= clang clang-tblgen tblgen
6
7.if !defined(TOOLS_PREFIX)
8.if ${MK_CLANG_EXTRAS} != "no"
9SUBDIR+=bugpoint \

--- 14 unchanged lines hidden (view full) ---

24 opt
25.endif
26
27.if ${MK_LLDB} != "no"
28SUBDIR+=lldb
29.endif
30.endif # TOOLS_PREFIX
31
32SUBDIR_PARALLEL=
33
32.include <bsd.subdir.mk>
34.include <bsd.subdir.mk>