[llvm-commits] [hlvm] r38246 - /hlvm/trunk/Makefile
Reid Spencer
reid at x10sys.com
Sat Jul 7 17:01:35 PDT 2007
Author: reid
Date: Sat Jul 7 19:01:35 2007
New Revision: 38246
URL: http://llvm.org/viewvc/llvm-project?rev=38246&view=rev
Log:
Don't run the "check" target in parallel as it tends to confuse the output.
Modified:
hlvm/trunk/Makefile
Modified: hlvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/Makefile?rev=38246&r1=38245&r2=38246&view=diff
==============================================================================
--- hlvm/trunk/Makefile (original)
+++ hlvm/trunk/Makefile Sat Jul 7 19:01:35 2007
@@ -43,7 +43,7 @@
inline=1 small=0 strip=0 profile=1 confpath=$(MYPATH) prefix=$(MYPREFIX)
check:
- scons $(SCONSOPTS) check mode=$(MYMODE)
+ scons -Q check mode=$(MYMODE)
clean:
scons $(SCONSOPTS) --clean mode=$(MYMODE)
More information about the llvm-commits
mailing list