BIND 10 #949: ./configure --prefix change requires "make clean" before "make install"

BIND 10 Development do-not-reply at isc.org
Thu May 19 21:09:54 UTC 2011


#949: ./configure --prefix change requires "make clean" before "make install"
-------------------------------------+-------------------------------------
            Reporter:  shane         |                        Owner:  jreed
                Type:  defect        |                       Status:  new
            Priority:  minor         |                    Milestone:  New
           Component:  build system  |  Tasks
           Sensitive:  0             |                     Keywords:
         Sub-Project:  Core          |              Defect Severity:  Low
Estimated Difficulty:  0             |  Feature Depending on Ticket:
         Total Hours:  0             |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
 If I run:

 {{{
   ./configure --prefix=OLD
   make
   ./configure --prefix=NEW
   make
   make install
 }}}

 Then the install fails. I can fix it via "make clean" before the second
 make, but that costs a lot of time and indicates some problem with some
 dependency.

-- 
Ticket URL: <http://bind10.isc.org/ticket/949>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list