[PATCH] Revised parallel build support.

Malcolm Purvis malcolmp at xemacs.org
Fri Nov 26 06:33:55 EST 2004


>>>>> "Stephen" == Stephen J Turnbull <stephen at xemacs.org> writes:

Stephen> Proposal: Have a top-level initial Makefile that looks like

Stephen> configure: configure.in
Stephen> 	autoconf 
Stephen> 	echo "If autoconf succeeded, you should now run configure."
Stephen> 	echo "If it did not, you should complainto the developers for"
Stephen> 	echo "not providing an up-to-date configure."

Makefile.in.in already has:

---------------------------------------------------------------------------
configure: ${srcdir}/configure ${srcdir}/lib-src/config.values.in

${srcdir}/configure: ${srcdir}/configure.in
	cd ${srcdir} && autoconf
---------------------------------------------------------------------------

This is not triggered by a "make all".  Is remembering to type "make
configure" any better than remembering to type "autoconf"?

Malcolm

-- 
		     Malcolm Purvis <malcolmp at xemacs.org>




More information about the XEmacs-Beta mailing list