[llvm-commits] llvm-top r37903 - /llvm-top/trunk/Makefile

Reid Spencer reid at x10sys.com
Thu Jul 5 01:25:23 PDT 2007


Author: reid
Date: Thu Jul  5 03:25:23 2007
New Revision: 37903

URL: http://llvm.org/viewvc/llvm-project?rev=37903&view=rev
Log:
Add a comment about a nasty macro.

Modified:
    llvm-top/trunk/Makefile

Modified: llvm-top/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm-top/trunk/Makefile?rev=37903&r1=37902&r2=37903&view=diff

==============================================================================
--- llvm-top/trunk/Makefile (original)
+++ llvm-top/trunk/Makefile Thu Jul  5 03:25:23 2007
@@ -14,6 +14,8 @@
 # etc.
 #
 SVN = svn
+
+# Figure out the root of the SVN repository by asking for it from 'svn info'
 SVNROOT = $(shell $(SVN) info . | grep 'Repository Root:' | \
                    sed -e 's/^Repository Root: //')
 





More information about the llvm-commits mailing list