mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
remake: Add remake-native and remake
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>
This commit is contained in:
committed by
Richard Purdie
parent
171cb46830
commit
32ed8db131
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user