• R/O
  • HTTP
  • SSH
  • HTTPS

cross-lfs-ja: Commit


Commit MetaInfo

Revisão6a53d3ade4506a68800ebdc8e889da40a0381c5f (tree)
Hora2017-05-30 13:47:08
Autormatsuand <matsuand@user...>
Commitermatsuand

Mensagem de Log

'Update File to 5.31' への対応.

Mudança Sumário

Diff

--- a/configure
+++ b/configure
@@ -4524,7 +4524,7 @@ $as_echo "found" >&6; }
45244524 fi
45254525
45264526
4527-TARGETVER=GIT-20170524
4527+TARGETVER=GIT-20170529
45284528
45294529 ORGDAY=`grep 'ENTITY day ' ${bookdir}/general.ent | gawk '{print $3;}' | sed 's/^[^\"]*\"\([0-9]*\)\".*$/\1/'`
45304530 ORGMONTH=`grep 'ENTITY month ' ${bookdir}/general.ent | gawk '{print $3;}' | sed 's/^[^\"]*\"\([0-9]*\)\".*$/\1/'`
--- a/src/final-system/common/flex.ch
+++ b/src/final-system/common/flex.ch
@@ -66,14 +66,14 @@
6666 @x
6767 <para os="h">A few programs do not know about <command>flex</command> yet and
6868 try to run its predecessor, <command>lex</command>. To support those
69- programs, create a wrapper script named <filename>lex</filename> that
70- calls <filename>flex</filename> in <command>lex</command> emulation
69+ programs, create a symbolic link named <filename>lex</filename> that
70+ runs <filename>flex</filename> in <command>lex</command> emulation
7171 mode:</para>
7272 @y
7373 <para os="h">
7474 プログラムの中には <command>flex</command> コマンドが用いられず、その前身である <command>lex</command> コマンドを実行しようとするものがあります。
75- そういったプログラムへ対応するために <filename>lex</filename> という名のラッパースクリプトを生成します。
76- このスクリプトは <filename>lex</filename> のエミュレーションモードとして <filename>flex</filename> を実行します。
75+ そういったプログラムへ対応するためにシンボリックリンク <filename>lex</filename> を生成します。
76+ これにより <filename>lex</filename> のエミュレーションモードとして <filename>flex</filename> を実行します。
7777 </para>
7878 @z
7979
--- a/src/general_ja.ch
+++ b/src/general_ja.ch
@@ -4,8 +4,8 @@ This is part of CLFSja package.
44
55 This is a CTIE change file for the original XML source of the CLFSbook.
66 -->
7-<!ENTITY jreleasedate "2017/05/26">
8-<!ENTITY jversion "20170526">
7+<!ENTITY jreleasedate "2017/05/30">
8+<!ENTITY jversion "20170530">
99
1010 <!ENTITY InstallationOf1 "">
1111 <!ENTITY InstallationOf2 "のインストール">
--- a/version.ac
+++ b/version.ac
@@ -2,4 +2,4 @@ dnl
22 dnl This is part of CLFSja package.
33 dnl
44 dnl m4-include this file to define the current CLFS version
5-m4_define([clfs_version], [GIT-20170524])
5+m4_define([clfs_version], [GIT-20170529])
Show on old repository browser