From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: admin/make-tarball.txt instructs to commit lisp/loaddefs.el. Date: Thu, 14 Apr 2005 10:56:20 +0200 Message-ID: <87oechwxcb.fsf@xs4all.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1113472913 3169 80.91.229.2 (14 Apr 2005 10:01:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Apr 2005 10:01:53 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 14 12:01:49 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DM19o-00045g-8m for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2005 12:01:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DM167-0004Q1-5V for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2005 05:57:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DM0FF-00084H-8M for emacs-devel@gnu.org; Thu, 14 Apr 2005 05:02:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DM0FA-00083l-OE for emacs-devel@gnu.org; Thu, 14 Apr 2005 05:02:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DM0BY-0007A5-1k for emacs-devel@gnu.org; Thu, 14 Apr 2005 04:58:52 -0400 Original-Received: from [194.109.24.23] (helo=smtp-vbr3.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DM09g-0000Cy-Vf for emacs-devel@gnu.org; Thu, 14 Apr 2005 04:56:57 -0400 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr3.xs4all.nl (8.12.11/8.12.11) with ESMTP id j3E8uLQh039675 for ; Thu, 14 Apr 2005 10:56:21 +0200 (CEST) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1DM096-0001v8-00 for ; Thu, 14 Apr 2005 10:56:20 +0200 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Original-Lines: 38 X-Virus-Scanned: by XS4ALL Virus Scanner X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:35974 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35974 admin/make-tarball.txt instructs to commit lisp/loaddefs.el, but this file is no longer in the repository. Would committing lisp/ldefs-boot.el be the right replacement? Lute. Index: admin/make-tarball.txt =================================================================== RCS file: /cvsroot/emacs/emacs/admin/make-tarball.txt,v retrieving revision 1.13 diff -c -r1.13 make-tarball.txt *** admin/make-tarball.txt 6 Feb 2005 22:32:31 -0000 1.13 --- admin/make-tarball.txt 14 Apr 2005 08:49:38 -0000 *************** *** 21,30 **** 5. rm configure; make bootstrap ! 6. Commit configure, README, AUTHORS, lisp/loaddefs.el, ! lisp/cus-load.el, lisp/finder-inf.el, lisp/version.el, ! man/emacs.texi. For a release, also commit the ChangeLog files in ! all directories. 7. make-dist --snapshot. Check the contents of the new tar with admin/diff-tar-files against an older tar file. Some old pretest --- 21,31 ---- 5. rm configure; make bootstrap ! 6. Commit configure, README, AUTHORS, lisp/cus-load.el, ! lisp/finder-inf.el, lisp/version.el, man/emacs.texi. ! Copy lisp/loaddefs.el to lisp/ldefs-boot.el and commit ! lisp/ldefs-boot.el. For a release, also commit the ChangeLog ! files in all directories. 7. make-dist --snapshot. Check the contents of the new tar with admin/diff-tar-files against an older tar file. Some old pretest