[Buildtools-tickets] [BuildTools] #1: 'make clean' for Clp/examples does not work

BuildTools coin-trac at coin-or.org
Sat Jun 17 21:45:04 EDT 2006


#1: 'make clean' for Clp/examples does not work
------------------------+---------------------------------------------------
 Reporter:  jpfasano    |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  trivial     |   Milestone:          
Component:  component1  |     Version:          
 Keywords:              |  
------------------------+---------------------------------------------------
 {{{make clean}}} for {{{Clp/examples}}} is not removing the correct files.
 It seems that the new autotools build process is creating executables with
 a (better) different name, but {{{make clean}}} is still removing the old
 names.

 The problem can be recreated by:
 {{{
 cd coin-Clp/Clp/examples
 make DRIVER=minimum
 make clean
 }}}

 The first make creates the files {{{minimum.exe}}} and {{{minimum.o}}}.
 The {{{make clean}}} removes {{{driver.exe}}} and {{{driver.o}}}

-- 
Ticket URL: <https://projects.coin-or.org/BuildTools/ticket/1>
BuildTools <http://www.coin-or.org>
My example project


More information about the Buildtools-tickets mailing list