Index: benchmark/Makefile.am
===================================================================
--- benchmark/Makefile.am	(revision 98edf2f96038aa20f9ca3944a3c547669d824bf0)
+++ benchmark/Makefile.am	(revision d9162ec9cf76ec3a23094dfca0cd12499ddaf8e9)
@@ -148,4 +148,5 @@
 
 jenkins$(EXEEXT): cleancsv
+	@echo 'If making benchmarks fails, look for error detail hiding in benchmark/foo.csv, where the last logged message is, "building foo.csv."'
 @DOifskipcompile@
 	@+make --silent compile.csv
@@ -173,5 +174,6 @@
 	echo "array,attributes,empty,expression,io,monitor,operators,typeof" > $@
 	+make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-array.make >> $@
-	+make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-attributes.make >> $@
+	echo "0," >> $@
+#	+make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-attributes.make >> $@
 	+make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-empty.make >> $@
 	+make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-expression.make >> $@
