From 869b9acc8138d3b70106e9287800ba22fc605865 Mon Sep 17 00:00:00 2001 From: "reed@reedloden.com" Date: Thu, 10 Jan 2008 01:12:44 -0800 Subject: [PATCH] Bug 291088 - "bloat test files should not be included in optimized builds or release builds" [p=ryanvm@gmail.com (Ryan VanderMeulen) r=bsmedberg a1.9=beltzner] --- build/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/Makefile.in b/build/Makefile.in index 9bd52b6589c4..1a02324459b5 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -56,6 +56,7 @@ endif include $(topsrcdir)/config/rules.mk +ifdef ENABLE_TESTS # Install bloaturls.txt file for tinderbox bloat test. libs:: bloaturls.txt $(INSTALL) $< $(DIST)/bin @@ -65,3 +66,4 @@ libs:: bloaturls.txt # autocycling of URLs. libs:: bloatcycle.html $(INSTALL) $< $(DIST)/bin/res +endif