Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #19882 from ochameau/improve-build-time
Browse files Browse the repository at this point in the history
Bug 1019058 - Improve single app build time. r=yurenju
  • Loading branch information
ochameau committed Jun 5, 2014
2 parents 4506564 + 3fedf64 commit e36b232
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,11 @@ test-agent-bootstrap: $(XULRUNNER_BASE_DIRECTORY)
$(STAGE_DIR):
mkdir -p $@

ifeq (${BUILD_APP_NAME},*)
APP_RULES := $(foreach appdir,$(GAIA_APPDIRS),$(notdir $(appdir)))
else
APP_RULES := ${BUILD_APP_NAME}
endif
$(foreach appdir,$(GAIA_APPDIRS), \
$(eval $(call app-makefile-template,$(notdir $(appdir)),$(appdir))) \
)
Expand Down

0 comments on commit e36b232

Please sign in to comment.