Hi,

On Thu, 2006-09-07 at 07:36 -0500, Allen Bierbaum wrote:
> Gerrit Voss wrote:
> 
> >make it simpler, configure had a --with-suffix=xxx option
> >in order to create different build directories. Having the same is
> >better because this way I don't have to change scons if I need 
> >another one.
> >  
> >
> Ok.  That should not be too bad.  If may make managing your cached 
> options a bit of a pain but I think we can probably come up with 
> something to help out with that too.

the simple solution from configure was :

echo "#!/bin/sh" > $ac_gdz_commonbin/run_configure
grep '#' config.status | grep configure | grep '\-\-with' | sed -e
's/# //g' >> $ac_gdz_commonbin/run_configure
chmod 755 $ac_gdz_commonbin/run_configure

which simply wrote the last configure line to 
Builds/<platform-spec>/bin/run_configure 
This way rerunning configure the same way was dead simple.

I don't know if scons allows  something similar but that
would be enough for me (I guess I'm the only one doing this 
anyway ;-)).

regards,
  gerrit
 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to