From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from rv-out-0708.google.com ([209.85.198.240]) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1LCVu4-0007tf-RL for linux-mtd@lists.infradead.org; Tue, 16 Dec 2008 09:07:45 +0000 Received: by rv-out-0708.google.com with SMTP id b17so3160937rvf.42 for ; Tue, 16 Dec 2008 01:07:44 -0800 (PST) Message-ID: <8bd0f97a0812160107o7a741630jc7c24ae63700a369@mail.gmail.com> Date: Tue, 16 Dec 2008 04:07:44 -0500 From: "Mike Frysinger" To: dedekind@infradead.org Subject: Re: [PATCH] unify all common build system parts In-Reply-To: <1229066345.13686.413.camel@sauron> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1228944506-5792-1-git-send-email-vapier@gentoo.org> <1229066345.13686.413.camel@sauron> Cc: linux-mtd@lists.infradead.org, Mike Frysinger List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Dec 12, 2008 at 02:19, Artem Bityutskiy wrote: > On Wed, 2008-12-10 at 16:28 -0500, Mike Frysinger wrote: >> Rather than duplicating the same thing over and over in every Makefile, move >> it all to common.mk. >> >> Other things fixed here: >> - doing subdirs in parallel >> - fix src!=build compiling in subdirs >> >> Signed-off-by: Mike Frysinger > > I've tried do test your patch and found an issue. > > $ make > ... build is ok ... > $ make install DESTDIR=/home/dedekind/tmp/ > ... error ... > > Could you please take a look at this? i havent forgotten this ... it's just that the machine i normally do work on is in an area that was hit by an ice storm and has been w/out power for a couple of days now ... hopefully i should have an update for you by the end of the week assuming trees are cleared & power lines fixed ... -mike