On Wed, May 10, 2006 at 02:04:59AM -0700, Brian Dessent wrote:
>
>Doing a "make clean" inside winsup/cygwin leaves behind a stale
>cygwin1.dbg file.

Go ahead and check this in, Brian.

Thanks.

cgf

>2006-05-10  Brian Dessent  <[EMAIL PROTECTED]>
>
>       * Makefile.in (clean): Also delete *.dbg.
>Index: Makefile.in
>===================================================================
>RCS file: /cvs/src/src/winsup/cygwin/Makefile.in,v
>retrieving revision 1.186
>diff -u -p -u -p -r1.186 Makefile.in
>--- Makefile.in        12 Apr 2006 15:53:22 -0000      1.186
>+++ Makefile.in        10 May 2006 09:01:17 -0000
>@@ -365,7 +365,7 @@ uninstall-man:
>       done
> 
> clean:
>-      -rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o 
>winver_stamp *.exe *.d *stamp* *_magic.h sigfe.s cygwin.def
>+      -rm -f *.o *.dll *.dbg *.a *.exp junk *.base version.cc regexp/*.o 
>winver_stamp *.exe *.d *stamp* *_magic.h sigfe.s cygwin.def
>       [EMAIL PROTECTED](MAKE) -C $(bupdir)/cygserver libclean
> 
> maintainer-clean realclean: clean

Reply via email to