From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: addpm.exe missing from installation Date: Sun, 10 Jun 2012 08:39:30 -0600 Message-ID: <4FD4B1A2.5000502@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1339339191 4082 80.91.229.3 (10 Jun 2012 14:39:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Jun 2012 14:39:51 +0000 (UTC) To: Eli Zaretskii , Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 10 16:39:50 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SdjIu-0000FT-6l for ged-emacs-devel@m.gmane.org; Sun, 10 Jun 2012 16:39:44 +0200 Original-Received: from localhost ([::1]:51843 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdjIu-00047q-0H for ged-emacs-devel@m.gmane.org; Sun, 10 Jun 2012 10:39:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdjIr-00047a-15 for emacs-devel@gnu.org; Sun, 10 Jun 2012 10:39:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdjIp-0005wE-Gk for emacs-devel@gnu.org; Sun, 10 Jun 2012 10:39:40 -0400 Original-Received: from mail-gh0-f169.google.com ([209.85.160.169]:44911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdjIm-0005vk-7i; Sun, 10 Jun 2012 10:39:36 -0400 Original-Received: by ghrr18 with SMTP id r18so2367906ghr.0 for ; Sun, 10 Jun 2012 07:39:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=tfY8TyFmctQpiGTAK7LZfHaymmUL64PdX+gvAUc3lrI=; b=t/f6freyhHgZdRTccBtLxmGT/GebFuHprQ/iJ+LgK9LDfgrnbxX8Hbenf3aQBkLVgg snHmJ5pgWd35/peysY1cmEIpKjt9ruzFszJ4MgDzBNOU7g9yAKDxH1A+YommwLc2gnjQ rwXxQ1g1soHTMEim2NyGFryyu/6NI0GjtAod1THnK1lPyA+EETHkTcAbnPk/F1RJF1dO icy6q8hffXrcwueyfC2RQ22u4xyIj/Pee8hhyyXEZ/VvASWLl+N2VaP1cwUlzhZqaLGO yRZmU37SoY/3OXfYMWqIJPikkHmAhqYyF188RExw7omkdTdJYQ6ubM0NhzpDWDLKE7tZ 4PGA== Original-Received: by 10.236.146.97 with SMTP id q61mr16376944yhj.113.1339339173772; Sun, 10 Jun 2012 07:39:33 -0700 (PDT) Original-Received: from [192.168.1.5] (71-212-151-112.hlrn.qwest.net. [71.212.151.112]) by mx.google.com with ESMTPS id r8sm20345807ani.9.2012.06.10.07.39.32 (version=SSLv3 cipher=OTHER); Sun, 10 Jun 2012 07:39:33 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120604 Thunderbird/13.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150876 Archived-At: Hi Eli, When building and checking the binary distribution for Emacs 24.1 I noticed that addpm.exe was missing from the bin directory. This was introduced in the following change (and has slipped through the cracks in subsequent pretest builds since 24.0.95): revno: 107676 committer: Eli Zaretskii branch nick: trunk timestamp: Sun 2012-03-25 20:17:46 +0200 message: Fix parallel "make install" on MS-Windows. nt/makefile.w32-in (install-bin): Don't copy addpm.exe here. [snip] The install-bin target should install all binary files in the bin folder (incl. addpm.exe), while install-shortcuts should just _invoke_ addpm.exe to install the shortcuts. For this release I can copy addpm.exe manually to bin before packaging, but this should be fixed in the trunk. WDYT? Christoph