[PATCH v2] dtc: Add install makefile target

Josh Boyer jwboyer at linux.vnet.ibm.com
Sat Jun 30 01:32:33 EST 2007


On Fri, 2007-06-29 at 17:24 +0200, Andreas Schwab wrote:
> Josh Boyer <jwboyer at linux.vnet.ibm.com> writes:
> 
> > +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.

/me bangs head on desk.

Why is it that the 9 line patches are always the most screwed up ones?
I'll fix it again.  Maybe after more coffee.

josh




More information about the Linuxppc-dev mailing list