shithub: mc

Download patch

ref: f909412065fd4ff57be299b982479ac42ec93a0b
parent: 883501182d7c7545287b0df0375a8974b853335d
author: Ori Bernstein <[email protected]>
date: Fri Apr 24 05:52:45 EDT 2015

Add mbld commands to mkfile.

--- a/mkfile
+++ b/mkfile
@@ -12,6 +12,8 @@
 		cd $dir
 		mk $MKFLAGS
 	}
+	ape/psh mbldwrap.sh
+
 nuke:V: $SUB
 	rm -f config.h
 	rm -f config.mk
@@ -19,6 +21,7 @@
 		cd $dir
 		mk $MKFLAGS nuke
 	}
+	ape/psh mbldwrap.sh clean
 
 clean:V: $SUB config.h
 	for(dir in $SUB)@{
@@ -25,6 +28,7 @@
 		cd $dir
 		mk $MKFLAGS clean
 	}
+	ape/psh mbldwrap.sh clean
 
 install:V: $SUB config.h
 	for(dir in $SUB)@{
@@ -31,6 +35,7 @@
 		cd $dir
 		mk $MKFLAGS install
 	}
+	ape/psh mbldwrap.sh install
 
 uninstall:V: $SUB config.h
 	for(dir in $SUB)@{
@@ -37,6 +42,7 @@
 		cd $dir
 		mk $MKFLAGS
 	}
+	ape/psh mbldwrap.sh uninstall
 
 check:V: all
 	cd test