search for: jlog

Displaying 5 results from an estimated 5 matches for "jlog".

Did you mean: blog
2009 Feb 25
3
[LLVMdev] [PATCH] Parallelized make check
...echo "proc pass { msg } { puts \"PASS: \$$msg\" } "; \ echo "proc fail { msg } { puts \"FAIL: \$$msg\" }" ; \ @@ -80,6 +84,7 @@ clean:: $(RM) -rf `find $(LLVM_OBJ_ROOT)/test -name Output -type d -print` + $(RM) -f Makefile.jcheck $(JTESTLIST) $(JLOG) # dsymutil is used on the Darwin to manipulate DWARF debugging information. ifeq ($(OS),Darwin) @@ -90,7 +95,7 @@ FORCE: -site.exp: FORCE +site.exp: $(FORCETGT) @echo 'Making a new site.exp file...' @echo '## these variables are automatically generated by make ##' >...
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
...+FORCETGT := check-one: site.exp $(TCLSH) $(Verb)( echo "source $(LLVM_OBJ_ROOT)/test/site.exp" ; \ echo "set subdir $(SUBDIR)" ; \ @@ -80,6 +83,7 @@ clean:: $(RM) -rf `find $(LLVM_OBJ_ROOT)/test -name Output -type d -print` + $(RM) -f Makefile.jcheck $(JTESTLIST) $(JLOG) # dsymutil is used on the Darwin to manipulate DWARF debugging information. ifeq ($(OS),Darwin) @@ -90,7 +94,7 @@ FORCE: -site.exp: FORCE +site.exp: $(FORCETGT) @echo 'Making a new site.exp file...' @echo '## these variables are automatically generated by make ##' >...
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
On Wed, Feb 25, 2009 at 10:26:02AM -0800, Chris Lattner wrote: > > On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote: > > > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote: > >> I haven't tested with objdir != srcdir. > > > > Ok, that was broken. Attached is a smaller diff that should work in > > all > > cases. > > This
2009 Feb 26
1
[LLVMdev] [PATCH] Parallelized make check
.... +FORCESITEEXP ?= FORCE + ifdef TESTSUITE CLEANED_TESTSUITE := $(patsubst %/,%,$(TESTSUITE)) CLEANED_TESTSUITE := $(patsubst test/%,%,$(CLEANED_TESTSUITE)) @@ -80,6 +83,7 @@ clean:: $(RM) -rf `find $(LLVM_OBJ_ROOT)/test -name Output -type d -print` + $(RM) -f Makefile.jcheck $(JTESTLIST) $(JLOG) # dsymutil is used on the Darwin to manipulate DWARF debugging information. ifeq ($(OS),Darwin) @@ -90,7 +94,7 @@ FORCE: -site.exp: FORCE +site.exp: $(FORCESITEEXP) @echo 'Making a new site.exp file...' @echo '## these variables are automatically generated by make ##'...
2009 Feb 25
2
[LLVMdev] [PATCH] Parallelized make check
On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote: > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote: >> I haven't tested with objdir != srcdir. > > Ok, that was broken. Attached is a smaller diff that should work in > all > cases. This sounds really cool Julien! Two questions: 1) does it preserve the checking that the existing tcl stuff does, which