From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: Josh Boyer Subject: Re: [PATCH v2] dtc: Add install makefile target In-Reply-To: Your message of "Fri, 29 Jun 2007 09:53:23 CDT." <1183128803.30145.29.camel@weaponx.rchland.ibm.com> References: <1183128803.30145.29.camel@weaponx.rchland.ibm.com> Date: Mon, 02 Jul 2007 08:42:22 -0500 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org, david@gibson.dropbear.id.au List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day Josh Boyer mumbled: > Add a minimal install target > > Signed-off-by: Josh Boyer Applied with the following changes --amend'ed in as well: > +install: dtc ftdump > + $(INSTALL) -d $(DESTDIR)/$(BINDIR) > + $(INSTALL) -m 755 dtc $(DESTDIR)/$(BINDIR) > + $(INSTALL) -m 755 ftdump $(DESTDIR)/$(BINDIR) Don't put a slash after $(DESTDIR). You'll end up with a doulbe slash. Andreas. Thanks, jdl