mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 778028 - Build editor/ in parallel; r=khuey
This commit is contained in:
parent
7083d7413e
commit
93833269e0
@ -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
|
||||
|
||||
|
@ -10,7 +10,7 @@ VPATH := @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS := public src
|
||||
PARALLEL_DIRS := public src
|
||||
|
||||
TEST_DIRS += test
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user