From 5c34ff9e1c19fd73ccc79c0f702f7c4b964840d1 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 23 Nov 2003 18:10:54 +0000 Subject: make -> mk --- src/mkfile | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 src/mkfile (limited to 'src/mkfile') diff --git a/src/mkfile b/src/mkfile new file mode 100644 index 00000000..6740a002 --- /dev/null +++ b/src/mkfile @@ -0,0 +1,53 @@ +DIRS=\ + lib9\ + libbin\ + libbio\ + libdraw\ + libflate\ + libfmt\ + libframe\ + libhttpd\ + libip\ + libregexp\ + libsec\ + libthread\ + libutf\ + libventi\ +# cmd\ + +$target + +testmkmk:V: + mk mkmk.sh + rm -f ../lib/lib*.a + mv ../bin/mk ../bin/_mk + sh -ex mkmk.sh + ls -l ../bin/mk + +testcvs:V: + cvs up -dAP + cp ../bin/_mk ../bin/mk + mk clean + rm ../lib/*.a + mv ../bin/mk ../bin/_mk + rm ../bin/* + PLAN9="`pwd`/.." export PLAN9 + PATH=$PLAN9/bin:$PATH export PATH + -- cgit v1.2.3