[SM-Discuss] possible enhancement
Treeve Jelbert
treeve at scarlet.be
Sun Feb 20 13:08:19 EST 2005
several software packages reccommend creating a build directory first and to
do something like
mkdir build
cd build
../configure
make
in most cases configure accepts the standard options
t would be useful if this situation could be handled by default_build
mkdir build
cd build
default_build BASE=../
or even simply
default_build BUILD_IN=builddir
so that builddir was created automatically
Thoughts?
--
Regards, Treeve
More information about the SM-Discuss
mailing list