[Openipmi-developer] Bug in install target for internal include files?
Brought to you by:
cminyard
|
From: Tim P. <tp...@hp...> - 2005-01-11 03:31:30
|
Hi. I'm installing OpenIPMI from CVS in order to use it as a plugin for OpenHPI.
I think I discovered a small bug in the install process.
The install target doesn't install the headers in the internal directory into
/usr/local/include/OpenIPMI/internal, rather /usr/local/include/OpenIPMI which is
obviously incorrect.
>From make install:
make[4]: Entering directory `/net/proforma/data/hpi/OpenIPMI/include/OpenIPMI/internal'
make[4]: Nothing to be done for `install-exec-am'.
/bin/sh ../../../mkinstalldirs /usr/local/include/OpenIPMI
/usr/bin/install -c -m 644 ilist.h /usr/local/include/OpenIPMI/ilist.h
/usr/bin/install -c -m 644 ipmi_entity.h /usr/local/include/OpenIPMI/ipmi_entity.h
[stuff deleted]
My quick and dodgy hack was just to do this:
# ln -s /usr/local/include/OpenIPMI /usr/local/include/OpenIPMI/internal
but there is no doubt some auto{make,conf} tweak that should be done to fix the
problem correctly.
Tim.
|