DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24643>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24643 [patch] build failed on smp system: No rule to make target `exports.c' ------- Additional Comments From [EMAIL PROTECTED] 2003-11-12 21:05 ------- It fails with a parallel make i.e. make -j2 with GNU make... HEAD has this change: # Needed to allow exports.c to be generated in a parallel build successfully .NOTPARALLEL: $(top_builddir)/server/exports.c I'm not sure whether this is really needed or whether the paths to exports.c just need to be fixed to be either absolute or not all through that Makefile, it seems confused. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
