Skip to content

Commit 0024e62

Browse files
committed
Get ready for release 4.2.1+dbg-1.5
1 parent 3e46475 commit 0024e62

2 files changed

Lines changed: 9 additions & 20 deletions

File tree

NEWS-remake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Here we have note remake changes. For changes to GNU Make see its NEWS file.
22

3-
Version 4.2.1+dbg-1.5
4-
======================
3+
Version 4.2.1+dbg-1.5 (2020-03-15) Ron Frankel
4+
==============================================
55

66
All of the below changes are backports from 4.3+dbg-1.5
77

doc/index.html

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -140,25 +140,17 @@
140140
<body alink="#FF0000" bgcolor="#FFFFFF" link="#1F00FF" text=
141141
"#000000" vlink="#9900DD">
142142
<div id="container">
143-
<h1>Remake &ndash; GNU Make with comprehensible tracing and a debugger</h1>
143+
<h1>Remake &ndash; GNU Make with comprehensible tracing, profiling, and a debugger</h1>
144144
<P>
145145

146-
<P><tt>remake</tt> is an enahanced version of GNU Make that adds
147-
improved error reporting, better tracing, profiling and a debugger.
146+
<P><tt>remake</tt> is an enhanced version of GNU Make that adds improved error reporting, better tracing, profiling, and a debugger, and more.
147+
See <a href="https://remake.readthedocs.io/en/latest/features.html">features</a> for more information on the specific features.</p>
148148

149-
<p>The latest version is based off of the GNU Make 4.2.1 source, although versions are available based on 4.1, and 3.82.
150-
151-
We also have a some cool debuggers for:
152-
<a href="https://pypi.python.org/pypi/trepan3k">Python 3</a>,
153-
<a href="https://pypi.python.org/pypi/trepan2">Python 2</a>,
154-
<a href="http://bashdb.sourceforge.net">GNU Bash</a>,
155-
<a href="https://github.com/rocky/zshdb/wiki">Z-Shell</a>,
156-
<a href="http://metacpan.org/pod/Devel::Trepan">Perl</a>, and
157-
<a href="https://www.npmjs.com/package/trepanjs">NodeJS</a>,
149+
<p>The latest version is based off of the GNU Make 4.3 source, although versions are available based on 4.2.1, 4.1, and 3.82.</p>
158150

159151
<div style="clear: left;">&nbsp;</div>
160152
<ul>
161-
<li><a HREF="http://bashdb.sourceforge.net/remake/remake.html/index.html">
153+
<li><a HREF="https://remake.readthedocs.io/">
162154
GNU Make Debugger Documentation online</a>
163155
</li>
164156
</ul>
@@ -167,17 +159,14 @@ <h2>Source Code</h2>
167159
<ul>
168160
<li><a HREF="https://sourceforge.net/projects/bashdb/files/remake/">Download the latest version</a></li>
169161
<li><A HREF="https://github.com/rocky/remake/wiki">Github page</a></li>
170-
<li><a HREF="https://sourceforge.net/projects/bashdb/">Sourceforge project</a></li>
171162
</ul>
172163

173-
<h2>Excerpts</h2>
164+
<h2>Videos</h2>
174165
<ul>
175-
<li><a HREF="http://showmedo.com/videos/video?name=linuxBernsteinMakeDebug1&amp;fromSeriesID=40">
166+
<li><a HREF="https://vimeo.com/232710891">
176167
Short (14 minute) demo of introducing debugging Makefiles &ndash; part 1</a></li>
177168
<li><a HREF="https://vimeo.com/97397484">
178169
Using the debugger aspect of <em>remake</em> &ndash; part 2</a></li>
179-
<li><a HREF="features.html">A list of remake features</a></li>
180-
<li><a HREF="remake-ddd.png">Screenshot of remake under DDD</a></li>
181170
</ul>
182171

183172
<p>

0 commit comments

Comments
 (0)