Quoting Thomas Schuerger <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: :If the line in the Makefile is changed from : : if test -f $@; then $(MV) $@ [EMAIL PROTECTED]; else exit 0; fi : :to : : if test -f $@; then $(MV) $@ [EMAIL PROTECTED]; fi : :the -j option works as expected. I don't know why the "exit 0" is :present at all (is this autogenerated in the Configure script or :something?). This occurs at another position in the Makefile, too, but :has no negative impact here. Can both "exit 0" statements safely be :removed?
The Makefile.SH is autogenerated from jmake. I'll remove the "exit 0" part from the jmake templates and regenerate the makefiles. Raphael ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
