aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2003-09-22 19:07:47 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2003-09-22 19:07:47 +0000
commit7e52d2be99c931316c57841e40e07010b69aa29b (patch)
tree8d61a7d2783d3a57f10c24b1ade2824860608860
parentb02848e688e4a6787746c7270a3e7e3c8a3f854f (diff)
removed make cmd from DejaGNU installation, as it does nothing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter05/dejagnu-inst.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f8e37c0a2..28b850f1f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -94,6 +94,9 @@
</itemizedlist>
</para></listitem>
+<listitem><para>September 22nd, 2003 [jeremy]: Removed the make command from
+DejaGNU, since it performs nothing.</para></listitem>
+
<listitem><para>September 22nd, 2003 [jeremy]: Removed the -k from TCL's make
check, since it's not expected to have failures anymore</para></listitem>
diff --git a/chapter05/dejagnu-inst.xml b/chapter05/dejagnu-inst.xml
index 2eae6559f..e9a172670 100644
--- a/chapter05/dejagnu-inst.xml
+++ b/chapter05/dejagnu-inst.xml
@@ -9,8 +9,7 @@
<para>Build and install the package:</para>
-<para><screen><userinput>make
-make install</userinput></screen></para>
+<para><screen><userinput>make install</userinput></screen></para>
</sect2>