From 211c45cb1bf7952e884e67ce99b4e4b537dde3d0 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Wed, 12 Dec 2007 13:26:19 +0000 Subject: [PATCH] Bug 404513 - "Add Makefile target to launch solo xpcshell test without interactive mode" (don't run test twice) [p=laurent@xulfr.org (Laurent Jouanneau) r=luser a1.9=schrep] git-svn-id: svn://10.0.0.236/trunk@240912 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/config/rules.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mozilla/config/rules.mk b/mozilla/config/rules.mk index 333fd9b3c85..1c12a1a7df5 100644 --- a/mozilla/config/rules.mk +++ b/mozilla/config/rules.mk @@ -2173,11 +2173,3 @@ documentation: check:: $(SUBMAKEFILES) $(MAKE_DIRS) +$(LOOP_OVER_DIRS) +$(LOOP_OVER_TOOL_DIRS) - -check-interactive:: $(SUBMAKEFILES) $(MAKE_DIRS) - +$(LOOP_OVER_DIRS) - +$(LOOP_OVER_TOOL_DIRS) - -check-one:: $(SUBMAKEFILES) $(MAKE_DIRS) - +$(LOOP_OVER_DIRS) - +$(LOOP_OVER_TOOL_DIRS)