@@ -196,12 +196,6 @@ void bcp_implementation::add_file(const fs::path& p)
196
196
//
197
197
static const std::pair<fs::path, fs::path>
198
198
specials[] = {
199
- std::pair<fs::path, fs::path>(" tools/build/src/kernel/modules.jam" , " libs/predef/check" ),
200
- std::pair<fs::path, fs::path>(" tools/build/src/kernel/modules.jam" , " libs/predef/tools" ),
201
- std::pair<fs::path, fs::path>(" tools/build/src/kernel/modules.jam" , " tools/boost_install/boost-install.jam" ),
202
- std::pair<fs::path, fs::path>(" tools/build/src/kernel/modules.jam" , " tools/boost_install/boost-install-dirs.jam" ),
203
- std::pair<fs::path, fs::path>(" tools/build/src/kernel/modules.jam" , " tools/boost_install/Jamfile" ),
204
- std::pair<fs::path, fs::path>(" tools/build/src/kernel/modules.jam" , " libs/headers" ),
205
199
std::pair<fs::path, fs::path>(" libs/test/build/Jamfile.v2" , " libs/timer/src" ),
206
200
std::pair<fs::path, fs::path>(" libs/test/build/Jamfile.v2" , " libs/timer/build" ),
207
201
std::pair<fs::path, fs::path>(" boost/atomic/capabilities.hpp" , " boost/atomic/detail" ),
@@ -226,14 +220,14 @@ static const std::pair<fs::path, fs::path>
226
220
std::pair<fs::path, fs::path>(" libs/thread/build" , " boost/system" ),
227
221
std::pair<fs::path, fs::path>(" libs/thread/build" , " boost/cerrno.hpp" ),
228
222
std::pair<fs::path, fs::path>(" libs/thread/build" , " boost/chrono" ),
229
- std::pair<fs::path, fs::path>(" boost/filesystem/convenience.hpp" , " boost/filesystem.hpp" ),
223
+ std::pair<fs::path, fs::path>(" boost/filesystem/cstdio.hpp" , " boost/filesystem.hpp" ),
224
+ std::pair<fs::path, fs::path>(" boost/filesystem/directory.hpp" , " boost/filesystem.hpp" ),
230
225
std::pair<fs::path, fs::path>(" boost/filesystem/exception.hpp" , " boost/filesystem.hpp" ),
231
226
std::pair<fs::path, fs::path>(" boost/filesystem/fstream.hpp" , " boost/filesystem.hpp" ),
232
227
std::pair<fs::path, fs::path>(" boost/filesystem/operations.hpp" , " boost/filesystem.hpp" ),
228
+ std::pair<fs::path, fs::path>(" boost/filesystem/file_status.hpp" , " boost/filesystem.hpp" ),
233
229
std::pair<fs::path, fs::path>(" boost/filesystem/path.hpp" , " boost/filesystem.hpp" ),
234
230
std::pair<fs::path, fs::path>(" boost/filesystem.hpp" , " libs/filesystem/build" ),
235
- std::pair<fs::path, fs::path>(" boost/filesystem.hpp" , " libs/filesystem/v2" ),
236
- std::pair<fs::path, fs::path>(" boost/filesystem.hpp" , " libs/filesystem/v3" ),
237
231
std::pair<fs::path, fs::path>(" boost/config.hpp" , " boost/config" ),
238
232
std::pair<fs::path, fs::path>(" tools/build/bootstrap.sh" , " libs/config/checks" ),
239
233
std::pair<fs::path, fs::path>(" tools/build/bootstrap.sh" , " libs/config/test" ),
@@ -242,6 +236,7 @@ static const std::pair<fs::path, fs::path>
242
236
std::pair<fs::path, fs::path>(" tools/build/bootstrap.sh" , " tools/boost_install/BoostDetectToolset.cmake" ),
243
237
std::pair<fs::path, fs::path>(" tools/build/bootstrap.sh" , " tools/boost_install/boost-install.jam" ),
244
238
std::pair<fs::path, fs::path>(" tools/build/bootstrap.sh" , " tools/boost_install/boost-install-dirs.jam" ),
239
+ std::pair<fs::path, fs::path>(" tools/build/bootstrap.sh" , " tools/boost_install/Jamfile" ),
245
240
std::pair<fs::path, fs::path>(" tools/build/bootstrap.sh" , " boostcpp.jam" ),
246
241
std::pair<fs::path, fs::path>(" tools/build/bootstrap.sh" , " project-config.jam" ),
247
242
std::pair<fs::path, fs::path>(" tools/build/bootstrap.sh" , " bootstrap.bat" ),
@@ -271,7 +266,8 @@ static const std::pair<fs::path, fs::path>
271
266
std::pair<fs::path, fs::path>(" boost/test/detail/config.hpp" , " libs/test/src" ),
272
267
std::pair<fs::path, fs::path>(" boost/test/detail/config.hpp" , " libs/test/build" ),
273
268
std::pair<fs::path, fs::path>(" boost/test/detail/config.hpp" , " libs/predef/build.jam" ),
274
- std::pair<fs::path, fs::path>(" boost/test/detail/config.hpp" , " libs/predef/check" ),
269
+ std::pair<fs::path, fs::path>(" boost/test/detail/config.hpp" , " libs/predef/tools/check" ),
270
+ std::pair<fs::path, fs::path>(" boost/test/detail/config.hpp" , " libs/predef/check" ), // libs/predef/check if obsolete, but may still be used
275
271
std::pair<fs::path, fs::path>(" boost/typeof.hpp" , " boost/typeof/incr_registration_group.hpp" ),
276
272
std::pair<fs::path, fs::path>(" boost/function_types/detail/pp_loop.hpp" , " boost/function_types/detail/pp_cc_loop" ),
277
273
std::pair<fs::path, fs::path>(" boost/function_types/components.hpp" , " boost/function_types/detail/components_impl" ),
0 commit comments