From 5ab8b937e351133b3e2f60d7167d00670912b7d2 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 22 Aug 2024 03:36:23 +0300 Subject: [PATCH] Update build.jam, test/Jamfile --- build.jam | 17 +++++++---------- test/Jamfile.v2 | 1 + 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/build.jam b/build.jam index a045cd2..796ab77 100644 --- a/build.jam +++ b/build.jam @@ -1,23 +1,20 @@ -# Copyright René Ferdinand Rivera Morell 2023-2024 +# Copyright 2023-2024 René Ferdinand Rivera Morell +# Copyright 2024 Peter Dimov # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# https://www.boost.org/LICENSE_1_0.txt require-b2 5.2 ; constant boost_dependencies : - /boost/config//boost_config ; - -project /boost/endian - : common-requirements - include + /boost/config//boost_config ; +project /boost/endian ; + explicit - [ alias boost_endian : : : : $(boost_dependencies) ] + [ alias boost_endian : : : : include $(boost_dependencies) ] [ alias all : boost_endian test ] ; call-if : boost-library endian ; - diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 365b2bd..757ef1c 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -27,6 +27,7 @@ project clang:-Wno-long-long clang:on + /boost/endian//boost_endian /boost/core//boost_core /boost/type_traits//boost_type_traits ;