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 <
[email protected]> 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: [email protected] [mailto:
> [email protected]] On Behalf Of Daniel Jasper
> Sent: Wednesday, March 20, 2013 3:03 AM
> To: [email protected]
> 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
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to