[clang-tools-extra] r177507 - Fix Makefile.

Daniel Jasper djasper at google.com
Wed Mar 20 14:48:07 PDT 2013


I think I did not forget it :-). I always remember to fix 3 out of the 4
necessary files .. And then I have an army of buildbots reminding me of my
mistake for the next couple of hours ..

It is going to its new home in the main clang repository, i.e.
clang/tools/clang-format.


On Wed, Mar 20, 2013 at 9:09 PM, Thompson, John <
John_Thompson at playstation.sony.com> wrote:

> Don't forget the CMakeList.txt file too, in the extra and extra/test
> directories, for removing clang-format, right?
>
> BTW, where's it going?
>
> -----Original Message-----
> From: cfe-commits-bounces at cs.uiuc.edu [mailto:
> cfe-commits-bounces at cs.uiuc.edu] On Behalf Of Daniel Jasper
> Sent: Wednesday, March 20, 2013 3:03 AM
> To: cfe-commits at cs.uiuc.edu
> Subject: [clang-tools-extra] r177507 - Fix Makefile.
>
> Author: djasper
> Date: Wed Mar 20 05:02:35 2013
> New Revision: 177507
>
> URL: http://llvm.org/viewvc/llvm-project?rev=177507&view=rev
> Log:
> Fix Makefile.
>
> Modified:
>     clang-tools-extra/trunk/Makefile
>
> Modified: clang-tools-extra/trunk/Makefile
> URL:
> http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/Makefile?rev=177507&r1=177506&r2=177507&view=diff
>
> ==============================================================================
> --- clang-tools-extra/trunk/Makefile (original)
> +++ clang-tools-extra/trunk/Makefile Wed Mar 20 05:02:35 2013
> @@ -11,7 +11,7 @@ CLANG_LEVEL := ../..
>
>  include $(CLANG_LEVEL)/../../Makefile.config
>
> -PARALLEL_DIRS := remove-cstr-calls tool-template clang-format
> cpp11-migrate modularize
> +PARALLEL_DIRS := remove-cstr-calls tool-template cpp11-migrate modularize
>
>  include $(CLANG_LEVEL)/Makefile
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130320/89d54aa1/attachment.html>


More information about the cfe-commits mailing list