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: Re: addpm.exe missing from installation Date: Sun, 10 Jun 2012 12:11:17 -0600 Message-ID: <4FD4E345.6000201@gmail.com> References: <4FD4B1A2.5000502@gmail.com> <83wr3frw7c.fsf@gnu.org> 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 1339351898 27397 80.91.229.3 (10 Jun 2012 18:11:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Jun 2012 18:11:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 10 20:11:37 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 1Sdmbr-0004qg-Gh for ged-emacs-devel@m.gmane.org; Sun, 10 Jun 2012 20:11:31 +0200 Original-Received: from localhost ([::1]:49559 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sdmbr-0003NV-AK for ged-emacs-devel@m.gmane.org; Sun, 10 Jun 2012 14:11:31 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sdmbo-0003NB-E8 for emacs-devel@gnu.org; Sun, 10 Jun 2012 14:11:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sdmbm-0001Jv-S0 for emacs-devel@gnu.org; Sun, 10 Jun 2012 14:11:27 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:50170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sdmbj-0001Ja-Ni; Sun, 10 Jun 2012 14:11:23 -0400 Original-Received: by yhr47 with SMTP id 47so2456404yhr.0 for ; Sun, 10 Jun 2012 11:11:21 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=dm/cb3PG6zaSNQzPP2YbN2n8jC/zXxiEEBbOIydE0wc=; b=ez5P2M5E2vQOxZGFkIYniZ2do/+FStzduNbITG8qCegfC512jM3R5J11IxPZHIqP/L bet2yrn6Xs5b4BGNCWxH1wqQ5u+guV+w+k09jYIH74fUnJS/Sz5FVl9Bpw7bqHhJWGu9 4j3YRET7pVTORcIsSHkkayTtrwQtP+QKo7QGuoIOmnRLlDnPxF8m46Q9XbCu3/cWY5Qj a4T1AoNNqap7p8MzF/NUKnY61NQ+/UGFSTqF4TysZ90KCfBdHXCqBfiVXonreMAFSMdh tVyVhf0KMctE2KsNKrOPjKw/jNZiZZz5Wm+HtwQqaRYQ2XdcBsk2YPki+HjssghttWNX OuMw== Original-Received: by 10.236.74.34 with SMTP id w22mr17079679yhd.46.1339351881122; Sun, 10 Jun 2012 11:11:21 -0700 (PDT) Original-Received: from [192.168.1.5] (71-208-75-60.hlrn.qwest.net. [71.208.75.60]) by mx.google.com with ESMTPS id p29sm46744113yhl.19.2012.06.10.11.11.19 (version=SSLv3 cipher=OTHER); Sun, 10 Jun 2012 11:11:20 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120604 Thunderbird/13.0 In-Reply-To: <83wr3frw7c.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.41 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:150879 Archived-At: On 6/10/2012 10:03 AM, Eli Zaretskii wrote: > Sorry, I don't follow: aren't you invoking "make install"? If not, > what Make command are you using that doesn't work? No. When creating the binary distribution, I do not want to install the shortcuts in my start menu. That was the main reason for creating the install-bin target to allow to create an in-place installation from which a distribution can be created without creating the shortcuts. make install will run make install-bin and then install-shortcuts, so we get the normal, expected behavior including shortcuts. > The change I made moved addpm.exe installation from install-bin to > install-shortcuts, both of which are run by "make install". [snip] > So copying of addpm.exe wasn't just removed, it was moved. Granted, I > tested the change, and it worked for me. It does work indeed for make install, but make install-bin does not work anymore as intended. > In general, addpm.exe is not needed, unless one wants to create or > update the shortcuts, which is why I didn't hesitate to move that > command (in its previous place, it interfered with parallel execution > of "make install", which was the motivation for the change). We should include it in the binary distribution, right? Christoph