Raymond Danks (ray.danks@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1195
-gerrit
commit 5d5285228423be2f7ddc4004876258b5dd931c0a Author: Raymond Danks ray.danks@se-eng.com Date: Mon Jul 9 13:29:17 2012 -0600
mkelfimage: pkgdata directory created but never used
Remove superfluous pkg* definitions and installation of a target directory directory that is never used.
Change-Id: I2addf3f316230cdd428def5889fd3beb7c40f422 Signed-off-by: Raymond Danks ray.danks@se-eng.com --- util/mkelfImage/Makefile | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/util/mkelfImage/Makefile b/util/mkelfImage/Makefile index cd265cf..e930d6a 100644 --- a/util/mkelfImage/Makefile +++ b/util/mkelfImage/Makefile @@ -10,10 +10,6 @@ DESTDIR = CWD:=$(shell pwd) OBJDIR:=objdir
-pkgdatadir = $(datadir)/$(PACKAGE) -pkglibdir = $(libdir)/$(PACKAGE) -pkgincludedir = $(includedir)/$(PACKAGE) - CPPFLAGS=-DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(RELEASE_DATE)"' -I include HOST_CPPFLAGS=$(CPPFLAGS) I386_CPPFLAGS=$(CPPFLAGS) -I arch/i386/include @@ -69,7 +65,7 @@ maintainer-clean:: dist-clean
install: $(TARGETS) - $(MKDIR) -p $(DESTDIR)/$(pkgdatadir)/elf32-i386/ $(DESTDIR)/$(sbindir) $(DESTDIR)/$(mandir)/man8 + $(MKDIR) -p $(DESTDIR)/$(sbindir) $(DESTDIR)/$(mandir)/man8 $(CP) -ar $(SBIN_TARGETS) $(DESTDIR)/$(sbindir)/ $(CP) -ar $(MAN8_TARGETS) $(DESTDIR)/$(mandir)/man8/