head	1.3;
access;
symbols
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	old_RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.04.29.15.04.29;	author brooks;	state dead;
branches;
next	1.2;

1.2
date	2010.10.08.14.00.31;	author brooks;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.30.16.43.50;	author brooks;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Upgrade LLVM, Clang, and llvm-gcc to 2.9.

Add a number of bug fixes from our base gcc to llvm-gcc.[0]

PR:		ports/154927 [0]
Submitted by:	Pedro Giffuni <giffunip at tutopia com> [0]
@
text
@
$FreeBSD: ports/lang/clang/files/patch-tools_clang_Makefile,v 1.2 2010/10/08 14:00:31 brooks Exp $

--- tools/clang/Makefile.orig
+++ tools/clang/Makefile
@@@@ -14,7 +14,7 @@@@
 
 IS_TOP_LEVEL := 1
 CLANG_LEVEL := .
-DIRS := include lib tools runtime docs
+DIRS := include lib tools runtime %%DOCSRCDIR%%
 
 PARALLEL_DIRS :=
 
@


1.2
log
@Upgrade LLVM, Clang, and llvm-gcc to 2.8 release.

The Clang port has now been updated to avoid building LLVM twice.
@
text
@d2 1
a2 1
$FreeBSD$
@


1.1
log
@Actually add the patch that makes the previous commt work.
@
text
@d6 6
a11 4
@@@@ -1,5 +1,5 @@@@
 LEVEL = ../..
-DIRS := include lib tools docs
+DIRS := include lib tools %%DOCSRCDIR%%
@

