[PATCH v2] dtc: Add install makefile target
Jon Loeliger
jdl at jdl.com
Mon Jul 2 23:42:22 EST 2007
So, like, the other day Josh Boyer mumbled:
> Add a minimal install target
>
> Signed-off-by: Josh Boyer <jwboyer at linux.vnet.ibm.com>
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
More information about the Linuxppc-dev
mailing list