Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] possible enhancement

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Treeve Jelbert <treeve AT scarlet.be>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] possible enhancement
  • Date: Sun, 20 Feb 2005 18:08:19 +0000

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




Archive powered by MHonArc 2.6.24.

Top of Page