diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-27 15:13:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-27 15:13:09 +0200 |
commit | 2b3b6f26e5125bdc23d07c88c369b5c6ce070a61 (patch) | |
tree | 721ba790c135f05ae86e5a2f1449858e14e6b132 /build | |
parent | 939cffda799008298fd45344302d5e6c2889061d (diff) |
Fix issues preventing building outside source directory
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.make | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make index b598dc0..8ec887b 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -45,6 +45,11 @@ clean: $(out_base)/.clean endif +# Database schema creation. +# +$(out_base)/.test: schema = \ +$(call message,sql $$1,$(dcf_root)/db-driver $$1,$(out_base)/test.sql) + # Dist setup. # ifneq ($(filter $(MAKECMDGOALS),dist),) |