From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Wybe5-00027U-PB for mharc-qemu-trivial@gnu.org; Sun, 22 Jun 2014 02:52:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wybdy-0001yJ-3G for qemu-trivial@nongnu.org; Sun, 22 Jun 2014 02:52:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wybdr-0001Xp-VM for qemu-trivial@nongnu.org; Sun, 22 Jun 2014 02:52:50 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:59331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wybdf-0001Ow-AQ; Sun, 22 Jun 2014 02:52:31 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 12744438A0; Sun, 22 Jun 2014 10:52:29 +0400 (MSK) Message-ID: <53A67D2C.8020408@msgid.tls.msk.ru> Date: Sun, 22 Jun 2014 10:52:28 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: Sam Bobroff , qemu-devel@nongnu.org References: <1513018f45cbc2dfff157d5df1dc86246cf08843.1401845262.git.sam.bobroff@au1.ibm.com> <53A67800.1020203@msgid.tls.msk.ru> In-Reply-To: <53A67800.1020203@msgid.tls.msk.ru> X-Enigmail-Version: 1.6 OpenPGP: id=804465C5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org Subject: Re: [Qemu-trivial] [PATCH 1/1] Makefile: Correct path in stripping tool binaries X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2014 06:52:56 -0000 22.06.2014 10:30, Michael Tokarev wrote: > 04.06.2014 05:37, Sam Bobroff wrote: >> Allow "make install" to handle tool binaries that reside in >> sub-directories. >> >> Without this patch "make install" will fail if it needs to strip >> a tool binary (e.g. debugging is not enabled) that is installed >> from a subdirectory. An example is fsdev/virtfs-proxy-helper. > > Applied to -trivial, thank you! Actually, the more I think about this, the more I dislike it. I'll introduce a common function to install programs instead. Thanks, /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wybdl-0001rd-Pf for qemu-devel@nongnu.org; Sun, 22 Jun 2014 02:52:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wybdf-0001RA-I7 for qemu-devel@nongnu.org; Sun, 22 Jun 2014 02:52:37 -0400 Message-ID: <53A67D2C.8020408@msgid.tls.msk.ru> Date: Sun, 22 Jun 2014 10:52:28 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1513018f45cbc2dfff157d5df1dc86246cf08843.1401845262.git.sam.bobroff@au1.ibm.com> <53A67800.1020203@msgid.tls.msk.ru> In-Reply-To: <53A67800.1020203@msgid.tls.msk.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 1/1] Makefile: Correct path in stripping tool binaries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sam Bobroff , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org 22.06.2014 10:30, Michael Tokarev wrote: > 04.06.2014 05:37, Sam Bobroff wrote: >> Allow "make install" to handle tool binaries that reside in >> sub-directories. >> >> Without this patch "make install" will fail if it needs to strip >> a tool binary (e.g. debugging is not enabled) that is installed >> from a subdirectory. An example is fsdev/virtfs-proxy-helper. > > Applied to -trivial, thank you! Actually, the more I think about this, the more I dislike it. I'll introduce a common function to install programs instead. Thanks, /mjt