[BuildTools-tickets] [BuildTools] #39: user defined make not used in clean-local (and other) rules

BuildTools coin-trac at coin-or.org
Tue Dec 19 05:30:21 EST 2006


#39: user defined make not used in clean-local (and other) rules
-------------------+--------------------------------------------------------
Reporter:  stefan  |       Owner:  andreasw           
    Type:  defect  |      Status:  new                
Priority:  major   |   Component:  configuration tests
 Version:  0.5     |    Keywords:                     
-------------------+--------------------------------------------------------
 Hi,

 for Cbc and Clp I experienced that the Makefile.am rule
 {{{
 clean-local:
   if test -r test/Makefile; then cd test; make clean; fi
 }}}
 does not use the make command that can be set using the MAKE environment
 variable for the configure call.
 When running under Windows, I get a problem here since the microsoft make
 does not work, so I want to use gmake.

 Best,
 Stefan

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



More information about the BuildTools-tickets mailing list