|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] PV Grub Questions
>> This README does not appear to be installed to
>> the system in /usr/share/doc/xen, is it expected to be?
>
> It should get installed to /usr/share/doc/xen/README.stubdom yes
The issue seems to be that make install was not called in the stubdom
directory by default.
I ran make install manually in stubdom/ and it installed everything. I re-ran
make dist manually and in fact it doesn't actually call make install directly,
instead it does:
install -m0644 -p README
/root/xen-3.3.0/dist/install/usr/share/doc/xen/README.stubdom
Which for some reason doesn't work, since I checked the install location
( /root/xen-3.3.0/dist/install/usr/share/doc/xen/) manually and it
doesn't show up there.
So, I'm not sure what the real issue is why the README files don't also make it
into /usr/share/doc/xen. They would be useful I think, so if you have
ideas on what
to fix/try I'd be willing to test.
Cheers,
Todd
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|