[Bug binutils/11238] make distclean does not clean up config.cache files

2010-02-15 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2010-02-15 10:54 
---
Hi Jon,

  Great - I have checked the patch in.

Cheers
  Nick


-- 
   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution||FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=11238

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/11238] make distclean does not clean up config.cache files

2010-02-14 Thread jg at jguk dot org

--- Additional Comments From jg at jguk dot org  2010-02-14 20:12 ---
Hi Nick

Patch works perfectly. Thanks for taking the time to work on it.
I tried a few different reconfigures, makes, and make distclean

Cheers, Jon

p.s. I did try ./configure CFLAGS=-Wconversion  that doesn't get through due to
it having warnings as errors though.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11238

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/11238] make distclean does not clean up config.cache files

2010-02-09 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2010-02-09 12:15 
---
Created an attachment (id=4581)
 -- (http://sourceware.org/bugzilla/attachment.cgi?id=4581action=view)
Delete config.cache files when reconfiguring


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11238

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/11238] make distclean does not clean up config.cache files

2010-02-09 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2010-02-09 12:18 
---
Hi Jon,

  Thanks for the detailed instructions for reproducing the problem.  I am now
able to make it happen locally and I have found the problem - running configure
with a new value of CFLAGS *before* running make distclean.  The (re)configure
deletes the Makefiles in the various build directories, which means that there
is nothing that can be done when you run make distclean.

  I have created a patch to the top level configure script so that when it
deletes a Makefile in sub-directory it will also look for and delete any
config.cache files that might be present.  Please give it a try and let me know
how you get on.

Cheers
  Nick


-- 
   What|Removed |Added

 Status|REOPENED|WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=11238

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/11238] make distclean does not clean up config.cache files

2010-02-06 Thread jg at jguk dot org

--- Additional Comments From jg at jguk dot org  2010-02-06 12:45 ---
Hi Nick

Thank you for checking. I found it requires a particular sequence to reproduce
this problem. I checked out the latest CVS to verify this just now.

./configure
make
./configure CFLAGS=-g
make
{see the compile problem!}
make distclean
./configure CFLAGS=-g
make
{see the compile problem!}

The sequence repeats, make distclean is unable to fully clean up.



-- 
   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |


http://sourceware.org/bugzilla/show_bug.cgi?id=11238

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/11238] make distclean does not clean up config.cache files

2010-01-30 Thread jg at jguk dot org

--- Additional Comments From jg at jguk dot org  2010-01-30 15:41 ---
Created an attachment (id=4565)
 -- (http://sourceware.org/bugzilla/attachment.cgi?id=4565action=view)
configure log


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11238

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils