Skip to content

Commit

Permalink
[BUG #6263] add 'server' component building
Browse files Browse the repository at this point in the history
  • Loading branch information
thron7 committed Mar 28, 2012
1 parent ce3c0c3 commit 0a1caa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tool/admin/release/Makefile.release
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ publish-build-components:
@( cd component/testrunner && $(CMD_GENERATOR) -c portable.json build ) || exit 1;
@( cd component/standalone/storage && $(CMD_GENERATOR) build ) || exit 1
@( cd component/standalone/storage && $(CMD_GENERATOR) build-require ) || exit 1
@( cd component/standalone/server && $(CMD_GENERATOR) source ) || exit 1
@( cd component/standalone/server && $(CMD_GENERATOR) build ) || exit 1

publish-check: check-banner check-apps check-components check-framework check-docs
@echo " - Looks good"
Expand Down

0 comments on commit 0a1caa0

Please sign in to comment.