← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:schema-depends-compile into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:schema-depends-compile into launchpad:master.

Commit message:
Reduce dependencies of "make schema"

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/443659

There's no particular reason for `make schema` to depend on the `build` target rather than `compile` (`build` additionally builds API documentation, JavaScript, and CSS, and requires some additional system dependencies).  Reduce this dependency to avoid confusion.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:schema-depends-compile into launchpad:master.
diff --git a/Makefile b/Makefile
index ebacd51..7e5c4c2 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ SWIFT_OBJECT_PATH = \
 default: inplace
 
 .PHONY: schema
-schema: build
+schema: compile
 	$(MAKE) -C database/schema
 	$(RM) -r /var/tmp/fatsam