[BuildTools-tickets] Re: [BuildTools] #15: building own local projects incorporting setting from the configure magi

BuildTools coin-trac at coin-or.org
Mon Dec 11 19:21:53 EST 2006


#15: building own local projects incorporting setting from the configure magi
------------------------+---------------------------------------------------
Reporter:  sdv          |        Owner:  andreasw  
    Type:  enhancement  |       Status:  assigned  
Priority:  minor        |    Component:  component1
 Version:               |   Resolution:            
Keywords:               |  
------------------------+---------------------------------------------------
Comment (by andreasw):

 I have been quite bad about this ticket.  This is a legitimate request...

 A workaround for now is that one can do the follwing:

 Assume that Makefile that one wants to generate is in
 {{{/u/me/GreatCode/Makefile[.in]}}}.  Then in the project's subdirectory
 (VPATH location) do

 {{{
 mv Makefile.in Makefile.in.bak
 cp /u/me/GreatCode/Makefile.in .
 ./config.status Makefile
 mv Makefile /u/me/GreatCode/Makefile
 mv Makefile.in.bak Makefile.in
 ./config.status Makefile
 }}}

 At least I think this will work.  This could easily be put into a script.

-- 
Ticket URL: <https://projects.coin-or.org/BuildTools/ticket/15#comment:2>
BuildTools <http://projects.coin-or.org/BuildTools>
Tools for configuring and compiling COIN-OR codes



More information about the BuildTools-tickets mailing list