mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03: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
16
meta/recipes-devtools/remake/remake.inc
Normal file
16
meta/recipes-devtools/remake/remake.inc
Normal file
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Makefile debugger which is gnumake 3.81 compatible"
|
||||
DESCRIPTION = "remake is a patched and modernized version of GNU make \
|
||||
utility that adds improved error reporting, the ability to trace \
|
||||
execution in a comprehensible way, and a debugger."
|
||||
|
||||
HOMEPAGE = "http://bashdb.sourceforge.net/remake/"
|
||||
SECTION = "devel"
|
||||
|
||||
SRC_URI = "git://github.com/rocky/remake.git"
|
||||
|
||||
inherit autotools gettext update-alternatives
|
||||
|
||||
ALTERNATIVE_${PN} = "make"
|
||||
ALTERNATIVE_LINK_NAME[make] = "${bindir}/make"
|
||||
ALTERNATIVE_TARGET[make] = "${bindir}/remake"
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
Reference in New Issue
Block a user