Wrap chimera bits in Darwin ifdef.
Fixing linux tinderbox bustage git-svn-id: svn://10.0.0.236/branches/CHIMERA_M1_0_1_BRANCH@130141 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -63,8 +63,10 @@ ifdef MOZ_CALENDAR
|
||||
$(MAKE) tier_98
|
||||
endif
|
||||
$(MAKE) tier_99
|
||||
ifeq ($(OS_ARCH),Darwin)
|
||||
$(MAKE) -C embedding/config
|
||||
$(MAKE) -C chimera
|
||||
endif
|
||||
|
||||
# Make sure that the existing rulesets work
|
||||
DIRS = \
|
||||
@@ -316,8 +318,10 @@ endif
|
||||
ifdef MOZ_LDAP_XPCOM
|
||||
$(MAKE) -C directory/c-sdk $@
|
||||
endif
|
||||
ifeq ($(OS_ARCH),Darwin)
|
||||
$(MAKE) -C chimera clean
|
||||
endif
|
||||
endif
|
||||
|
||||
tier_%:
|
||||
@echo "$@: $($@_dirs)"
|
||||
@@ -368,9 +372,11 @@ export::
|
||||
export::
|
||||
@$(PERL) $(MOZILLA_DIR)/config/purge-old-headers.pl $(DIST)/include
|
||||
|
||||
ifeq ($(OS_ARCH),Darwin)
|
||||
libs::
|
||||
$(MAKE) -C embedding/config
|
||||
$(MAKE) -C chimera
|
||||
endif
|
||||
|
||||
distclean::
|
||||
cat unallmakefiles | $(XARGS) rm -f
|
||||
|
||||
Reference in New Issue
Block a user