2016-01-29 0:30 GMT+08:00 Bruce Dubbs <[email protected]>:
> xinglp wrote:
>>
>> 2016-01-24 6:23 GMT+08:00 Bruce Dubbs <[email protected]>:
>>>
>>> Starting as a new thread.
>>>
>>> This is a repeat of the proposal:
>>>
>>> The packages in LFS that use separate build directories are out-of-tree.
>>> That is:
>>>
>>> mkdir ../pkg-build
>>> cd    ../pkg-build
>>> ../pkg/configure
>>>
>>> If we use in-tree but still separate directories we then have:
>>>
>>> mkdir build
>>> cd    build
>>> ../configure
>>>
>>> The affected packages are binutils, gcc (and libstdc++ which is extracted
>>> from gcc), and glibc.
>>
>> The
>> install ... ../glibc-&glibc-version;/xxx ...
>> should be changed to
>> install ... ../xxx ...
>
>
> Where?  What are you talking about?
Sorry, I'm talking about systemd branch.
http://www.linuxfromscratch.org/lfs/view/systemd/chapter06/glibc.html
Since we changed this:
mkdir -v build
cd       build
The
install -v -Dm644 ../glibc-2.22/nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
install -v -Dm644 ../glibc-2.22/nscd/nscd.service
/lib/systemd/system/nscd.service
should be changed to
install -v -Dm644 ../nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
install -v -Dm644 ../nscd/nscd.service /lib/systemd/system/nscd.service

>
>
>   -- Bruce
>
> --
> http://lists.linuxfromscratch.org/listinfo/lfs-dev
> FAQ: http://www.linuxfromscratch.org/faq/
> Unsubscribe: See the above information page
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to