From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 14 03:56:50 2010 Received: (at submit) by debbugs.gnu.org; 14 Nov 2010 08:56:50 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PHYOH-0002mN-Aw for submit@debbugs.gnu.org; Sun, 14 Nov 2010 03:56:50 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PHYOC-0002mI-7W for submit@debbugs.gnu.org; Sun, 14 Nov 2010 03:56:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHYSv-0002Tx-0l for submit@debbugs.gnu.org; Sun, 14 Nov 2010 04:01:37 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:52136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHYSu-0002Tt-VE for submit@debbugs.gnu.org; Sun, 14 Nov 2010 04:01:36 -0500 Received: from [140.186.70.92] (port=37650 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHYSt-0005mK-M7 for bug-gnu-emacs@gnu.org; Sun, 14 Nov 2010 04:01:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHYSn-0002Sp-QK for bug-gnu-emacs@gnu.org; Sun, 14 Nov 2010 04:01:35 -0500 Received: from fencepost.gnu.org ([140.186.70.10]:39806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHYSn-0002Sl-P4 for bug-gnu-emacs@gnu.org; Sun, 14 Nov 2010 04:01:29 -0500 Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PHYSm-0000m1-8n for bug-gnu-emacs@gnu.org; Sun, 14 Nov 2010 04:01:28 -0500 To: bug-gnu-emacs@gnu.org Subject: make-docfile should support the @FILE command line option From: Dan Nicolaescu Date: Sun, 14 Nov 2010 04:01:28 -0500 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Spam-Score: -6.5 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.5 (------) src/Makefile.in contains some ugliness just in order to reduce the command line length for make-docfile. Instead make-docfile could support the @FILE syntax. That would remove the command line length limitation. Snarfed from the GNU ld info page: `@FILE' Read command-line options from FILE. The options read are inserted in place of the original @FILE option. From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 14 04:27:04 2010 Received: (at 7397) by debbugs.gnu.org; 14 Nov 2010 09:27:04 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PHYrW-0002zM-T0 for submit@debbugs.gnu.org; Sun, 14 Nov 2010 04:27:04 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PHYrS-0002z0-0N for 7397@debbugs.gnu.org; Sun, 14 Nov 2010 04:27:02 -0500 Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PHYwA-0004fh-0F; Sun, 14 Nov 2010 04:31:50 -0500 From: Eli Zaretskii To: Dan Nicolaescu In-reply-to: (message from Dan Nicolaescu on Sun, 14 Nov 2010 04:01:28 -0500) Subject: Re: bug#7397: make-docfile should support the @FILE command line option References: Message-Id: Date: Sun, 14 Nov 2010 04:31:50 -0500 X-Spam-Score: -6.5 (------) X-Debbugs-Envelope-To: 7397 Cc: 7397@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.5 (------) > From: Dan Nicolaescu > Date: Sun, 14 Nov 2010 04:01:28 -0500 > Cc: > > src/Makefile.in contains some ugliness just in order to reduce the > command line length for make-docfile. > > Instead make-docfile could support the @FILE syntax. That would > remove the command line length limitation. I'm not against adding this feature to make-docfile, but are we sure this problem is real nowadays? What systems cannot grok the full list of Lisp files? shortlisp is 2.2KB long; how much longer can the full list be? I don't think we have any system supported that cannot handle at least 10K long commands, do we? Maybe we should simply dump this ugliness, and see if someone hollers? From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 14 11:56:42 2010 Received: (at 7397) by debbugs.gnu.org; 14 Nov 2010 16:56:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PHfsg-0006i3-FI for submit@debbugs.gnu.org; Sun, 14 Nov 2010 11:56:42 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PHfsa-0006hx-7r for 7397@debbugs.gnu.org; Sun, 14 Nov 2010 11:56:40 -0500 Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PHfxJ-0004SU-4q; Sun, 14 Nov 2010 12:01:29 -0500 To: Eli Zaretskii Subject: Re: bug#7397: make-docfile should support the @FILE command line option References: From: Dan Nicolaescu Date: Sun, 14 Nov 2010 12:01:29 -0500 In-Reply-To: (Eli Zaretskii's message of "Sun\, 14 Nov 2010 04\:31\:50 -0500") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.5 (------) X-Debbugs-Envelope-To: 7397 Cc: 7397@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.5 (------) Eli Zaretskii writes: >> From: Dan Nicolaescu >> Date: Sun, 14 Nov 2010 04:01:28 -0500 >> Cc: >> >> src/Makefile.in contains some ugliness just in order to reduce the >> command line length for make-docfile. >> >> Instead make-docfile could support the @FILE syntax. That would >> remove the command line length limitation. > > I'm not against adding this feature to make-docfile, but are we sure > this problem is real nowadays? What systems cannot grok the full list > of Lisp files? shortlisp is 2.2KB long; how much longer can the full > list be? I don't think we have any system supported that cannot > handle at least 10K long commands, do we? > > Maybe we should simply dump this ugliness, and see if someone hollers? That's an option, but it might cause problems down the road when the length increases again... @FILE guarantees that we won't have any problems in the future. From debbugs-submit-bounces@debbugs.gnu.org Tue May 24 13:31:42 2011 Received: (at 7397) by debbugs.gnu.org; 24 May 2011 17:31:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QOvSI-00009u-H9 for submit@debbugs.gnu.org; Tue, 24 May 2011 13:31:42 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QOvSF-00009h-1z for 7397@debbugs.gnu.org; Tue, 24 May 2011 13:31:39 -0400 Received: from localhost ([127.0.0.1]:37840) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOvS7-0006yL-Il; Tue, 24 May 2011 13:31:31 -0400 From: Glenn Morris To: Dan Nicolaescu Subject: Re: bug#8302: 23.3; Parallel make: some *.el files are byte-compiled twice References: <19846.25352.41735.981075@a1i15.kph.uni-mainz.de> X-Spook: Ron Brown BCCI bomb e-bomb industrial espionage Mena X-Ran: ="eKmmLjqlHpzGNPQ`%iiv<;\HPR:%uT'_A}"CYJe;-af/;&wM.DBLE2hB9 (Dan Nicolaescu's message of "Tue, 24 May 2011 12:46:34 -0400") Message-ID: <0pmxicatu5.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 7397 Cc: 7397@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) ( Moving comments from bug#8302 to bug#7397 ) Dan Nicolaescu wrote: >>> Or even better make make-docfile accept arguments from a file, using the >>> @FILE syntax used by other GNU tools. That would deal with the command >>> line length limitations. >> >> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7397 >> >> By itself, I don't see how this helps, since you still need to find a >> way to write the input file without overflowing the command line length. > > Use >> ? I still don't get it. You cannot do: for file in $lisp; do sed '' $lisp >> input-file done make-docfile @input-file because the "for file..." line could be too long for the shell. > [This might be a moot point now that a solution has been implemented, so > please don't keep this bug open just for this reason] I may close #7397 in a bit then. From debbugs-submit-bounces@debbugs.gnu.org Tue May 24 23:31:05 2011 Received: (at 7397) by debbugs.gnu.org; 25 May 2011 03:31:05 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QP4oK-0004pF-Nh for submit@debbugs.gnu.org; Tue, 24 May 2011 23:31:04 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QP4oI-0004oj-Rc for 7397@debbugs.gnu.org; Tue, 24 May 2011 23:31:03 -0400 Received: from localhost ([127.0.0.1]:60086) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QP4oD-0003Ee-Ey; Tue, 24 May 2011 23:30:57 -0400 From: Glenn Morris To: Dan Nicolaescu Subject: Re: bug#7397: bug#8302: 23.3; Parallel make: some *.el files are byte-compiled twice References: <19846.25352.41735.981075@a1i15.kph.uni-mainz.de> <0pmxicatu5.fsf@fencepost.gnu.org> X-Spook: Belknap industrial intelligence world domination keyhole X-Ran: E:6mH5Monr76//N>E"J5G4Xqva`$e=f(3fwPF5hGln!=%x6w*'[A (Glenn Morris's message of "Tue, 24 May 2011 13:31:30 -0400") Message-ID: <3mr57nlamn.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 7397 Cc: 7397@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) Glenn Morris wrote: > I still don't get it. Oh, I guess the src/Makefile .el.elc rule could also have appended to the make-docfile input file as it compiled each .el file, or something. From debbugs-submit-bounces@debbugs.gnu.org Wed May 25 09:52:25 2011 Received: (at 7397) by debbugs.gnu.org; 25 May 2011 13:52:26 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QPEVd-000288-17 for submit@debbugs.gnu.org; Wed, 25 May 2011 09:52:25 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QPEVa-00027w-SV for 7397@debbugs.gnu.org; Wed, 25 May 2011 09:52:23 -0400 Received: from 121-249-126-200.fibertel.com.ar ([200.126.249.121]:1922 helo=ceviche.home) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1QPEVV-0007iB-4Z; Wed, 25 May 2011 09:52:17 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 010246610E; Wed, 25 May 2011 10:52:13 -0300 (ART) From: Stefan Monnier To: Glenn Morris Subject: Re: bug#7397: bug#8302: 23.3; Parallel make: some *.el files are byte-compiled twice Message-ID: References: <19846.25352.41735.981075@a1i15.kph.uni-mainz.de> <0pmxicatu5.fsf@fencepost.gnu.org> <3mr57nlamn.fsf@fencepost.gnu.org> Date: Wed, 25 May 2011 10:52:13 -0300 In-Reply-To: <3mr57nlamn.fsf@fencepost.gnu.org> (Glenn Morris's message of "Tue, 24 May 2011 23:30:56 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 7397 Cc: 7397@debbugs.gnu.org, Dan Nicolaescu X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) >> I still don't get it. > Oh, I guess the src/Makefile .el.elc rule could also have appended to > the make-docfile input file as it compiled each .el file, or something. This would require running the byte-compiler without a DOC file. IIRC this may require a few tweaks. Stefan From debbugs-submit-bounces@debbugs.gnu.org Wed May 25 14:46:09 2011 Received: (at control) by debbugs.gnu.org; 25 May 2011 18:46:09 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QPJ5t-0000aA-90 for submit@debbugs.gnu.org; Wed, 25 May 2011 14:46:09 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QPJ5r-0000Zl-D5 for control@debbugs.gnu.org; Wed, 25 May 2011 14:46:08 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QPJ5m-0007dm-6B for control@debbugs.gnu.org; Wed, 25 May 2011 14:46:02 -0400 Date: Wed, 25 May 2011 14:46:02 -0400 Message-Id: Subject: control message for bug 7397 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) tag 7397 wontfix From debbugs-submit-bounces@debbugs.gnu.org Wed May 25 16:57:00 2011 Received: (at 7397) by debbugs.gnu.org; 25 May 2011 20:57:00 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QPL8V-0004Vz-Pd for submit@debbugs.gnu.org; Wed, 25 May 2011 16:56:59 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QPL8U-0004Vo-3X for 7397@debbugs.gnu.org; Wed, 25 May 2011 16:56:58 -0400 Received: from localhost ([127.0.0.1]:47526) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPL8O-0000LH-Em; Wed, 25 May 2011 16:56:52 -0400 From: Glenn Morris To: Stefan Monnier Subject: Re: bug#7397: bug#8302: 23.3; Parallel make: some *.el files are byte-compiled twice References: <19846.25352.41735.981075@a1i15.kph.uni-mainz.de> <0pmxicatu5.fsf@fencepost.gnu.org> <3mr57nlamn.fsf@fencepost.gnu.org> X-Spook: INSCOM cryptanalysis MP5K-SD COSCO arrangements Clinton X-Ran: !dCc|5uGP3aN8TTr.Sa{>'QM74*h(@uOjT:- X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 25 May 2011 16:56:52 -0400 Message-ID: <937h9exzvv.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.8 (----) X-Debbugs-Envelope-To: 7397 Cc: 7397@debbugs.gnu.org, Dan Nicolaescu X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.8 (----) Stefan Monnier wrote: > This would require running the byte-compiler without a DOC file. > IIRC this may require a few tweaks. I don't think this needs to be implemented, and I think I am probably missing some obvious way how it would work, so this is all academic anyway, but: Huh? The DOC file requires the .elc files to be compiled first. bootstrap-emacs compiles files just fine without a DOC file. From debbugs-submit-bounces@debbugs.gnu.org Wed May 25 19:57:07 2011 Received: (at 7397) by debbugs.gnu.org; 25 May 2011 23:57:07 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QPNwp-0000JU-9z for submit@debbugs.gnu.org; Wed, 25 May 2011 19:57:07 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QPNwn-0000J2-HC for 7397@debbugs.gnu.org; Wed, 25 May 2011 19:57:06 -0400 Received: from 213-159-126-200.fibertel.com.ar ([200.126.159.213]:58607 helo=ceviche.home) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1QPNwh-00017c-N2; Wed, 25 May 2011 19:57:00 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 115536610E; Wed, 25 May 2011 20:56:54 -0300 (ART) From: Stefan Monnier To: Glenn Morris Subject: Re: bug#7397: bug#8302: 23.3; Parallel make: some *.el files are byte-compiled twice Message-ID: References: <19846.25352.41735.981075@a1i15.kph.uni-mainz.de> <0pmxicatu5.fsf@fencepost.gnu.org> <3mr57nlamn.fsf@fencepost.gnu.org> <937h9exzvv.fsf@fencepost.gnu.org> Date: Wed, 25 May 2011 20:56:54 -0300 In-Reply-To: <937h9exzvv.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 25 May 2011 16:56:52 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 7397 Cc: 7397@debbugs.gnu.org, Dan Nicolaescu X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) > Huh? The DOC file requires the .elc files to be compiled first. > bootstrap-emacs compiles files just fine without a DOC file. I guess I'm just remembering the problems I encountered when implementing the bootstrap, but that I did fix them all at that time. Good, thanks, Stefan From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 09 15:04:00 2011 Received: (at 7397-done) by debbugs.gnu.org; 9 Jul 2011 19:04:00 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qfcop-0001Kp-Sv for submit@debbugs.gnu.org; Sat, 09 Jul 2011 15:04:00 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qfcon-0001Kc-K8 for 7397-done@debbugs.gnu.org; Sat, 09 Jul 2011 15:03:58 -0400 Received: from localhost ([127.0.0.1]:50685) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qfcoh-0007Pw-QV; Sat, 09 Jul 2011 15:03:51 -0400 From: Glenn Morris To: 7397-done@debbugs.gnu.org Subject: Re: bug#7397: make-docfile should support the @FILE command line option References: <19846.25352.41735.981075@a1i15.kph.uni-mainz.de> <0pmxicatu5.fsf@fencepost.gnu.org> <3mr57nlamn.fsf@fencepost.gnu.org> <937h9exzvv.fsf@fencepost.gnu.org> X-Spook: insurgency South Africa keyhole Security Council ASDIC X-Ran: uVf%CJ$Z6o|K>NgJvQw2[J>a{1^:?sOd>%kRs'"f;vTwzx+ps_.(04w/q-99p^oEFD8U[X X-Hue: green X-Attribution: GM Date: Sat, 09 Jul 2011 15:03:51 -0400 In-Reply-To: (Stefan Monnier's message of "Wed, 25 May 2011 20:56:54 -0300") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.8 (----) X-Debbugs-Envelope-To: 7397-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.8 (----) I don't think we need to keep this open. The src/Makefile ugliness is hopefully reduced/gone now. From unknown Thu Jun 19 14:01:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 07 Aug 2011 11:24:24 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator