aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.make5
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),)