Author: axel
Date: Fri Oct  9 15:03:20 2009
New Revision: 83665

URL: http://llvm.org/viewvc/llvm-project?rev=83665&view=rev
Log:
Do not install CMakeLists.txt (nor any other txt files) into include/ 
subdirectories

Modified:
    cfe/trunk/Makefile

Modified: cfe/trunk/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/Makefile?rev=83665&r1=83664&r2=83665&view=diff

==============================================================================
--- cfe/trunk/Makefile (original)
+++ cfe/trunk/Makefile Fri Oct  9 15:03:20 2009
@@ -37,7 +37,7 @@
        $(Verb) if test -d "$(PROJ_SRC_ROOT)/tools/clang/include" ; then \
          cd $(PROJ_SRC_ROOT)/tools/clang/include && \
          for  hdr in `find . -type f '!' '(' -name '*~' \
-             -o -name '.#*' -o -name '*.in' ')' -print | grep -v CVS | \
+             -o -name '.#*' -o -name '*.in' -o -name '*.txt' ')' -print | grep 
-v CVS | \
              grep -v .svn` ; do \
            instdir=`dirname "$(PROJ_includedir)/$$hdr"` ; \
            if test \! -d "$$instdir" ; then \


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to