$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Removing intermediate files
From: Lloyd (lloydkl.tech_at_[hidden])
Date: 2012-08-17 00:41:31
Hi,
I am using bjam to buiild boost (1.47) Windows. I would like to remove
the temporary/intermediate files created by the build process to save
the space.
Checking the documentation, I found the --clean, --clean-all options
but they removes the library.
Whats the right method to remove the intermediate files?
Thanks,
Lloyd