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 #12117 from gabrielesvelto/bug-914731
Browse files Browse the repository at this point in the history
Bug 914731 - Serialize the webapp optimization and packaging steps r=yurenju
  • Loading branch information
gabrielesvelto committed Sep 11, 2013
2 parents 6054a62 + 3903037 commit bc795d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -399,7 +399,7 @@ webapp-optimize: install-xulrunner-sdk
@$(call run-js-command, webapp-optimize)

# Remove temporary l10n files
optimize-clean: install-xulrunner-sdk
optimize-clean: webapp-zip install-xulrunner-sdk
@$(call run-js-command, optimize-clean)

# Get additional extensions
Expand All @@ -425,7 +425,7 @@ ifdef LOCAL_APPS_PATH
endif

# Create webapps
offline: webapp-manifests webapp-optimize webapp-zip optimize-clean
offline: webapp-manifests optimize-clean

# Create an empty reference workload
.PHONY: reference-workload-empty
Expand Down

0 comments on commit bc795d7

Please sign in to comment.