[llvm-commits] [llvm] r61546 - /llvm/trunk/test/Makefile

Misha Brukman brukman+llvm at gmail.com
Thu Jan 1 12:26:05 PST 2009


Author: brukman
Date: Thu Jan  1 14:26:05 2009
New Revision: 61546

URL: http://llvm.org/viewvc/llvm-project?rev=61546&view=rev
Log:
* Quoted the executable 'runtest' to emphasize the binary needed;
  otherwise, some unlucky souls start looking for a 'dejagnu' binary...
* Properly capitalized LLVM.

Modified:
    llvm/trunk/test/Makefile

Modified: llvm/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Makefile?rev=61546&r1=61545&r2=61546&view=diff

==============================================================================
--- llvm/trunk/test/Makefile (original)
+++ llvm/trunk/test/Makefile Thu Jan  1 14:26:05 2009
@@ -55,7 +55,7 @@
 	  $(RUNTEST) $(RUNTESTFLAGS) )
 else
 check-local:: site.exp
-	@echo "*** dejagnu not found.  Make sure runtest is in your PATH, then reconfigure llvm."
+	@echo "*** dejagnu not found.  Make sure 'runtest' is in your PATH, then reconfigure LLVM."
 endif
 
 ifdef TESTONE





More information about the llvm-commits mailing list