From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.emacs.devel Subject: Re: build from CVS Date: Thu, 07 Feb 2002 16:04:41 -0500 Message-ID: References: <200202051248.g15CmRv02237@aztec.santafe.edu> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1013117225 2660 195.204.10.66 (7 Feb 2002 21:27:05 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 7 Feb 2002 21:27:05 GMT Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16Yw4O-0000go-00 for ; Thu, 07 Feb 2002 22:27:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16YvkD-0001gj-00; Thu, 07 Feb 2002 16:06:13 -0500 Original-Received: from 209-6-22-64.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.22.64] helo=raeburn.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16Yvim-0001EH-00 for ; Thu, 07 Feb 2002 16:04:44 -0500 Original-Received: from kal-el.raeburn.org (mail@kal-el.raeburn.org [18.101.0.230]) by raeburn.org (8.11.3/8.11.3) with ESMTP id g17L4gF25136; Thu, 7 Feb 2002 16:04:42 -0500 (EST) Original-Received: from raeburn by kal-el.raeburn.org with local (Exim 3.33 #1 (Debian)) id 16Yvij-0002Yv-00; Thu, 07 Feb 2002 16:04:41 -0500 Original-To: emacs-devel@gnu.org In-Reply-To: <200202051248.g15CmRv02237@aztec.santafe.edu> (Richard Stallman's message of "Tue, 5 Feb 2002 05:48:27 -0700 (MST)") Original-Lines: 10 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:868 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:868 Richard Stallman writes: > I think if you add "exit 1" to the commands run by maybe_bootstrap, Make > will stop after printing that message. > I think that won't work if make is run with -k, > and normally that's what people do. What about making the ${SUBDIRS} and leim targets depend on maybe_bootstrap? Then "make src" will get the warning too (is that a bad thing?), and "make -k" should skip all the subdir targets after the one failure reported by maybe_bootstrap. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel