From 66834c05e5efde7486e68ab0cc3ad83842ba07cc Mon Sep 17 00:00:00 2001 From: Simon 'corecode' Schubert Date: Sat, 3 Jan 2009 18:23:43 +0100 Subject: [PATCH] Add wrapper for the cross-tools stage. --- Makefile.inc1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index 5db563a110..0d1f2c15a1 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -977,5 +977,11 @@ tmake: tmakeenv: @echo '${TMAKEENV} /bin/sh' +xmake: + @echo '${XMAKEENV} ${MAKE} -m ${.CURDIR}/share/mk ${XMAKE_ARGS}' + +xmakeenv: + @echo '${XMAKEENV} /bin/sh' + .include -- 2.41.0