Bug 778028 - Build editor/ in parallel; r=khuey

This commit is contained in:
Ehsan Akhgari 2012-07-26 22:24:27 -04:00
parent 7083d7413e
commit 93833269e0
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ FAIL_ON_WARNINGS := 1
include $(DEPTH)/config/autoconf.mk
MODULE := editor
DIRS := public idl txtsvc libeditor txmgr composer
PARALLEL_DIRS := public idl txtsvc libeditor txmgr composer
include $(topsrcdir)/config/rules.mk

View File

@ -10,7 +10,7 @@ VPATH := @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := public src
PARALLEL_DIRS := public src
TEST_DIRS += test

View File

@ -10,7 +10,7 @@ VPATH := @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS := base text html
PARALLEL_DIRS := base text html
include $(topsrcdir)/config/rules.mk

View File

@ -11,7 +11,7 @@ VPATH := @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE := txmgr
DIRS := public src idl
PARALLEL_DIRS := public src idl
ifdef ENABLE_TESTS
TOOL_DIRS += tests

View File

@ -11,7 +11,7 @@ VPATH := @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE := txtsvc
DIRS := public src
PARALLEL_DIRS := public src
include $(topsrcdir)/config/rules.mk