Skip to content

Commit

Permalink
Get ready for release 4.2.1+dbg-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Mar 15, 2020
1 parent 3e46475 commit 0024e62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
4 changes: 2 additions & 2 deletions NEWS-remake.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Here we have note remake changes. For changes to GNU Make see its NEWS file.

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

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

Expand Down
25 changes: 7 additions & 18 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,25 +140,17 @@
<body alink="#FF0000" bgcolor="#FFFFFF" link="#1F00FF" text=
"#000000" vlink="#9900DD">
<div id="container">
<h1>Remake &ndash; GNU Make with comprehensible tracing and a debugger</h1>
<h1>Remake &ndash; GNU Make with comprehensible tracing, profiling, and a debugger</h1>
<P>

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

<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.

We also have a some cool debuggers for:
<a href="https://pypi.python.org/pypi/trepan3k">Python 3</a>,
<a href="https://pypi.python.org/pypi/trepan2">Python 2</a>,
<a href="http://bashdb.sourceforge.net">GNU Bash</a>,
<a href="https://github.com/rocky/zshdb/wiki">Z-Shell</a>,
<a href="http://metacpan.org/pod/Devel::Trepan">Perl</a>, and
<a href="https://www.npmjs.com/package/trepanjs">NodeJS</a>,
<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>

<div style="clear: left;">&nbsp;</div>
<ul>
<li><a HREF="http://bashdb.sourceforge.net/remake/remake.html/index.html">
<li><a HREF="https://remake.readthedocs.io/">
GNU Make Debugger Documentation online</a>
</li>
</ul>
Expand All @@ -167,17 +159,14 @@ <h2>Source Code</h2>
<ul>
<li><a HREF="https://sourceforge.net/projects/bashdb/files/remake/">Download the latest version</a></li>
<li><A HREF="https://github.com/rocky/remake/wiki">Github page</a></li>
<li><a HREF="https://sourceforge.net/projects/bashdb/">Sourceforge project</a></li>
</ul>

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

<p>
Expand Down

0 comments on commit 0024e62

Please sign in to comment.