https://bugzilla.novell.com/show_bug.cgi?id=436436
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=436436#c2 Jonathan Pryor <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from Jonathan Pryor <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
