DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32972>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32972 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED OS/Version|Solaris |All Resolution|WONTFIX | ------- Additional Comments From [EMAIL PROTECTED] 2006-10-05 13:46 ------- Shouldn't these programs be included in the OTHER_PROGRAMS list instead then? I think its reasonable that 'cd test && make check' should have a chance of succeeding. As it is now it doesn't and the testall program is never run. --- test/Makefile.in.orig Wed Oct 4 18:47:25 2006 +++ test/Makefile.in Wed Oct 4 18:47:54 2006 @@ -12,12 +12,13 @@ VPATH = @srcdir@ STDTEST_PORTABLE = \ [EMAIL PROTECTED]@ \ - [EMAIL PROTECTED]@ \ - [EMAIL PROTECTED]@ \ [EMAIL PROTECTED]@ \ [EMAIL PROTECTED]@ -OTHER_PROGRAMS = [EMAIL PROTECTED]@ +OTHER_PROGRAMS = \ + [EMAIL PROTECTED]@ \ + [EMAIL PROTECTED]@ \ + [EMAIL PROTECTED]@ PROGRAMS = $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE) $(OTHER_PROGRAMS) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
