[Mono-bugs] [Bug 436436] monodoc: cs-errors.zip is deleted inappropriately.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 20 10:05:11 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=436436

User jpryor at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=436436#c2


Jonathan Pryor <jpryor at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |jpryor at novell.com
             Status|NEW                                             |RESOLVED
         Resolution|                                                |WORKSFORME




--- Comment #2 from Jonathan Pryor <jpryor at novell.com>  2008-10-20 08:05:10 MDT ---
I'm confused by this bug report.

1. `make ; make clean ; make` works for me.  Really.

2. cs-errors.zip *should* be removed on `make clean`, as it's a generated file
(as is cs-errors.tree), thus it should be in (and is in) CLEANFILES.

3. cs-errors.source is NOT part of CLEANFILES, so it shouldn't be removed.

4. Consequently, that debian patch is broken, as both of those files *should*
be removed.  They're both recreated by Makefile.am:61:

cs-errors.tree cs-errors.zip: $(srcdir)/cs-errors.config
        mono --debug $(ASSEMBLER) --error $(srcdir)/cs-errors.config -o
cs-errors

and at least for my automake-generated Makefile, all-am depends upon $(DATA),
which includes cs-errors.tree/etc. when BUILD_CSERRORS is true...


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list