[PATCH] Change/Add some Makefile targets for style/cleanup when uninstalling (llvm part)

Eric Christopher echristo at gmail.com
Thu Aug 22 10:38:58 PDT 2013


+      ')' -print | grep -v CVS | \
+      grep -v .svn` ; do \

Two things here:

a) There had better not be any CVS directories.
b) The normal way to do this sort of thing is using prune, but I'm not
wedded to it.

Can you give a listing of the files before and after your change?

-eric


On Wed, Aug 7, 2013 at 1:51 PM, Edoardo P. <ed0.88.prez at gmail.com> wrote:
> Hi again. This time, I managed to implement a good way to remove useless
> directories (in particular, all the includedir/llvm(-c) and
> includedir/clang(-c) when 'uninstall-local' target is invoked.
>
> I hope this works also for the other projects linked to llvm in general.
> Please let me know before implementing this patch!
>
> Edward-san
> --
> Mathematics is the language with which God has written the universe.
> (Galilei)
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list