From 32ed8db1315d02ec3d9080999a9ad4d4ed1b9fe3 Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Mon, 23 Jul 2012 13:50:53 +0800 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/remake/remake.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/recipes-devtools/remake/remake.inc (limited to 'meta/recipes-devtools/remake/remake.inc') diff --git a/meta/recipes-devtools/remake/remake.inc b/meta/recipes-devtools/remake/remake.inc new file mode 100644 index 0000000000..6ac833efd5 --- /dev/null +++ b/meta/recipes-devtools/remake/remake.inc @@ -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" -- cgit v1.2.3-54-g00ecf