From 6dd8138b765b8533958bc23d39e95a17377d4f75 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Mar 2011 11:19:30 +0200 Subject: Use dummy boost/version instead of full boost profile The actual tests should use specific sub-profiles that they test. --- boost/common/template/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boost') 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) -- cgit v1.1