Re: [PATCH v2] dtc: Add install makefile target
From: Jon Loeliger <hidden>
Date: 2007-07-02 13:42:22
So, like, the other day Josh Boyer mumbled:
Add a minimal install target Signed-off-by: Josh Boyer <redacted>
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