diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-28 11:19:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-28 11:19:30 +0200 |
commit | 6dd8138b765b8533958bc23d39e95a17377d4f75 (patch) | |
tree | a172250402e2f0f1565b38090c2c88054b4c9a85 /boost/common/template | |
parent | 617ab182e622c7b59178fde32f38279984f44806 (diff) |
Use dummy boost/version instead of full boost profile
The actual tests should use specific sub-profiles that they test.
Diffstat (limited to 'boost/common/template')
-rw-r--r-- | boost/common/template/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/common/template/makefile b/boost/common/template/makefile index 4c4c4ad..85000d3 100644 --- a/boost/common/template/makefile +++ b/boost/common/template/makefile @@ -44,8 +44,8 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): $(odb) $(gen): odb := $(odb) -$(gen) $(dist): export odb_options += --database $(db_id) --profile boost \ ---generate-schema +$(gen) $(dist): export odb_options += --database $(db_id) \ +--profile boost/version --generate-schema # CHANGE boost/version $(gen): cpp_options := -I$(src_base) $(gen): $(common.l.cpp-options) $(odb_boost.l.cpp-options) \ $(boost.l.cpp-options) |