shithub: mc

Download patch

ref: aa419bde150ce4827ec127288876ce2d0a191629
parent: e9620d67cdc7cb49e70b02eae9753ff5bf262dc1
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Jun 27 10:44:51 EDT 2015

Fix 'mk check' on 9front.

	We were cding before running mbldwrap.sh, which clearly
	lead to mbldwrap.sh not being found. Fixed.

--- a/mkfile
+++ b/mkfile
@@ -48,9 +48,11 @@
 	ape/psh mbldwrap.sh uninstall
 
 check:V: all
-	cd test
-	mk check
-	mbld test
+	@{
+		cd test
+		mk check
+	}
+	ape/psh mbldwrap.sh test
 
 config.h:
 	echo '#define Instroot "/amd64"' > config.h