mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 10:29:40 +01:00
remake is a patched version of GNU Make that adds improved error reporting, the ability to trace execution in a comprehensible way, and a debugger. [YOCTO #2402] (From OE-Core rev: 823fab378bd46da6a296a67f981dffb31b1c8061) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
496 B
Diff
17 lines
496 B
Diff
Upstream-Status: Pending
|
|
|
|
version-remake.texi is not there but it is required by remake.texi,
|
|
just add it for getting the 'make remake.info' works.
|
|
|
|
==============================================================
|
|
diff --git a/doc/version-remake.texi b/doc/version-remake.texi
|
|
new file mode 100644
|
|
index 0000000..2a3b72b
|
|
--- /dev/null
|
|
+++ b/doc/version-remake.texi
|
|
@@ -0,0 +1,4 @@
|
|
+@set UPDATED 10 June 2012
|
|
+@set UPDATED-MONTH June 2012
|
|
+@set EDITION 3.82+dbg-0.9git
|
|
+@set VERSION 3.82+dbg-0.9git
|