[llvm-commits] CVS: poolalloc/test/TEST.pavtl.Makefile
    John Criswell 
    criswell at cs.uiuc.edu
       
    Wed Mar  3 11:10:01 PST 2004
    
    
  
Changes in directory poolalloc/test:
TEST.pavtl.Makefile updated: 1.4 -> 1.5
---
Log message:
Stop if vtune has an error.
---
Diffs of the changes:  (+4 -4)
Index: poolalloc/test/TEST.pavtl.Makefile
diff -u poolalloc/test/TEST.pavtl.Makefile:1.4 poolalloc/test/TEST.pavtl.Makefile:1.5
--- poolalloc/test/TEST.pavtl.Makefile:1.4	Tue Mar  2 22:00:59 2004
+++ poolalloc/test/TEST.pavtl.Makefile	Wed Mar  3 11:09:39 2004
@@ -83,8 +83,8 @@
 else
 	$(VERB) cat $(STDIN_FILENAME) | $(VTL) activity $* -d 50 -c sampling -o "$(EVENTS)" -app $<,"$(RUN_OPTIONS)"
 endif
-	-$(VERB) $(VTL) run $*
-	-$(VERB) $(VTL) view > $@
+	$(VERB) $(VTL) run $*
+	$(VERB) $(VTL) view > $@
 	$(VERB)  $(VTL) delete $* -f
 
 #
@@ -99,8 +99,8 @@
 else
 	$(VERB) cat $(STDIN_FILENAME) | $(VTL) activity $* -d 50 -c sampling -o "$(EVENTS)" -app $<,"$(RUN_OPTIONS)"
 endif
-	-$(VERB) $(VTL) run $*
-	-$(VERB) $(VTL) view > $@
+	$(VERB) $(VTL) run $*
+	$(VERB) $(VTL) view > $@
 	$(VERB)  $(VTL) delete $* -f
 
 
    
    
More information about the llvm-commits
mailing list