Opened 8 years ago
Closed 7 years ago
#1149 closed task (fixed)
SED 4.4 Upgrade
Reported by: | William Harrington | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | CLFS Standard 3.1.0 |
Component: | BOOK | Version: | CLFS Standard GIT |
Keywords: | Cc: | berzerkula@…, jonathan@…, chris@…, cross-lfs@… |
Description
New Version
Download: http://ftp.gnu.org/gnu/sed/sed-4.4.tar.xz
Ch 6
- May need to stop man pages from generating
sed -I 's/MANS = $(dist_man_MANS)/#MANS = $(dist_man_MANS)/' Makefile
- After running make:
set -- doc/*.x && touch ${@/%x/1}
Ch 10
- Check if we need to do the following
- During Configure:
--docdir=/usr/share/doc/sed-4.4
- During Configure:
- Mentioned in clfs-dev list "Current Patches and Updates pt4"
sed -I 's/usr/tools/' build-aux/help2man sed -i 's:testsuite/panic-tests.sh::' Makefile.in
- Install html doc
install -Dm644 -v doc/sed.html /usr/share/doc/sed-4.4/sed.html
Change History (4)
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Html doc installation fixed at commit d49f7efc1e0b55cf7abc74a31a4f40407bdaab43
comment:3 by , 7 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed at commit c96cc3f7fb9e847929327482a92f14e3f0abec09
Note:
See TracTickets
for help on using tickets.
Ch6 worked fine with Sed 4.4 during cross compiling in ch6. Nothing different from the previous version.