Move <variant>release to project default-build, like was done for tools/inspect

This commit is contained in:
Peter Dimov
2025-05-07 10:37:10 +03:00
parent d0b3b19165
commit 5db43c5f87

View File

@@ -14,15 +14,14 @@ DIST_DIR ?= [ path.join $(BOOST_ROOT) dist ] ;
DIST_DIR ?= dist ;
DIST_DIR = [ path.root [ path.make $(DIST_DIR) ] [ path.pwd ] ] ;
project /boost/boostdep ;
project /boost/boostdep : default-build release ;
install dist-bin : build//boostdep/<link>static : <install-type>EXE <location>$(DIST_DIR)/bin ;
explicit dist-bin ;
install dist-bin
: build//boostdep/<link>static
: <install-type>EXE <location>$(DIST_DIR)/bin
: release ;
explicit install ;
alias boostdep : build//boostdep ;
explicit boostdep ;
alias all : boostdep test dist-bin ;
explicit all ;