Changeset 27beca52


Ignore:
Timestamp:
04/17/06 15:54:15 (7 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
('master', '5ea4e55860c61746fb61f12cd3c83d270ee17451')('clfs-1.2', '0d1a577466382847256b44170acecbd2e8cdc0c5')('simp', '271d1f963630b9cb390baf1ee2d8bdfe7d14e340')('systemd', 'ec008670fee2dc8086a6ce805d4831378d59895d')
Children:
451da6de8679d9872eca6cf614674e52df3c20f9
Parents:
15944e4d5592e138283d87b843d0a417f24152f8
git-author:
Jim Gifford <clfs@jg555.com>2006-04-17 15:54:15+00:00
git-committer:
Jim Gifford <clfs@jg555.com>2006-04-17 15:54:15+00:00
Message:

r2922@server (orig r1396): chris | 2006-04-17 07:08:22 -0700
Fixed formatting for glibc sed command, and removed the extra command in cross-tools.

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/glibc.xml

    ra33dbaa r27beca52  
    4646    href="../../final-system/common/glibc.xml" 
    4747    xpointer="xpointer(//*[@os='s2'])"/> 
    48  
    49     <para os="s1">The following sed fixes a build issue with Glibc. This will 
    50     prevent nscd from trying to link to libraries that don't exist:</para> 
    51  
    52 <screen os="s2"><userinput>cp nscd/Makefile{,.orig} 
    53 sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > nscd/Makefile</userinput></screen> 
    5448 
    5549    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • BOOK/final-system/common/glibc.xml

    ra33dbaa r27beca52  
    6464 
    6565<screen os="s2"><userinput>cp nscd/Makefile{,.orig} 
    66 sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > 
     66sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > \ 
    6767nscd/Makefile</userinput></screen> 
    6868 
Note: See TracChangeset for help on using the changeset viewer.