From 0e6d08495733ed268e1624ca6450a0f4ecccac33 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 22 Apr 2017 01:30:16 +0300 Subject: Add support for forced rebuild --- brep/build.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'brep/build.cxx') diff --git a/brep/build.cxx b/brep/build.cxx index c93c062..48235f5 100644 --- a/brep/build.cxx +++ b/brep/build.cxx @@ -39,7 +39,8 @@ namespace brep package_version (move (pvr)), configuration (id.configuration), state (build_state::testing), - timestamp (timestamp_type::clock::now ()) + timestamp (timestamp_type::clock::now ()), + forced (false) { } } -- cgit v1.1