Armin K. wrote: >> I'm glad you reminded me of that. I suppose I could avoid a lot of >> changes if we made the symlinks, including one for >> /usr/include/{blkid,uuid}/. I'll keep investigating. >> > > You don't really want to do this. If /usr/include/blkid is a symlink to > /tools/include/blkid, make install in chapter6 might install the headers > in /tools and that's not what we want. Furthermore, make install might > fail because it wants to create a directory but there's a symlink in > place. Special case is just to symlink the header files if there aren't > many to a directory in /usr/include.
Yes, I thought about that. An easy solution would be to just remove the symlinks just before the install phase of util-linux. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page