changeset 960:ed4432c7776f

parallel make of test cases with multiple object files is broken
author thomask
date Fri, 14 Apr 2006 07:19:20 +0000
parents f4fc739bbaaf
children 2ab8decdc8a0
files Makefile.parallel
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.parallel	Fri Apr 14 07:17:39 2006 +0000
+++ b/Makefile.parallel	Fri Apr 14 07:19:20 2006 +0000
@@ -71,6 +71,9 @@
 
 .PHONY:: all clean compile nocompile norun run tools version
 
+bug:
+	$(error not yet save for test cases involving multiple object files)
+	
 all :: version compile nocompile run norun
 
 % : %.c