From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/380 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?THVrYSBNYXLEjWV0acSH?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: cluts makefiles Date: Wed, 10 Aug 2011 13:29:31 +0200 Message-ID: <4E426B9B.3030100@gmail.com> References: <20110809113045.GA12614@albatros> <4E4156DA.1060107@gmail.com> <20110809161142.GA2409@albatros> <4E419688.5030005@gmail.com> <20110810030634.GC28119@openwall.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1312975916 20103 80.91.229.12 (10 Aug 2011 11:31:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Aug 2011 11:31:56 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-381-gllmg-musl=m.gmane.org@lists.openwall.com Wed Aug 10 13:31:52 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Qr70p-0008Jj-Mm for gllmg-musl@lo.gmane.org; Wed, 10 Aug 2011 13:31:51 +0200 Original-Received: (qmail 22025 invoked by uid 550); 10 Aug 2011 11:31:51 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 22017 invoked from network); 10 Aug 2011 11:31:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=gaAr8LKFcEEZngCamZjm3zv7b5oapotR0cJzoZne79s=; b=fVTlntRk9Y1N84104opLoIEpTnQXnExj0I1ONzI0eyd3fC1qqA+2K0UvSIh8kbFM11 wI8JiB4kw4pdllKITDEKVJa1ynGmOSnIguxwfKSOND+YwFiMuxmexGqkxoz5SyJ+drI3 IC8Nu0s/eusADkPtKrl8BjN/RaqJqk6f6fLb8= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11 In-Reply-To: <20110810030634.GC28119@openwall.com> Xref: news.gmane.org gmane.linux.lib.musl.general:380 Archived-At: On 08/10/2011 05:06 AM, Solar Designer wrote: > To apply a patch, you do not need two trees, and you do not need to > match the top-level directory names to those seen in the patch file. > Rather, you may do something like: > > cp -a cluts cluts-to-patch > cd cluts-to-patch > patch -p1< ../patch-file Hmm, I did try`patch -p1 < ../patch-file` *shrugs* Still, thanks you for the instructions anyway. At least I can be sure what I'm doing. Luka