ref: 84d1ef146386cfe9c26cc897d458e832930ed3e0
parent: f466d3894c7c83f2dbde773c5b886a18b57d799e
author: cinap_lenrek <[email protected]>
date: Wed Aug 8 17:36:42 EDT 2012
ape/mkfile: work arround fake "command line arguments" rule matching
--- a/sys/src/ape/mkfile
+++ b/sys/src/ape/mkfile
@@ -1,10 +1,10 @@
none:VQ:
echo usage: mk all, install, installall, cmd, cmd.install, lib, lib.install
-all:V:
- mk lib.all
- mk cmd.all
- mk 9src.all
+all clean nuke install installall:V:
+ mk lib.$target
+ mk cmd.$target
+ mk 9src.$target
lib.%:V:
cd lib
@@ -27,8 +27,3 @@
9src.%:V:
cd 9src
mk $stem
-
-&:V:
- mk lib.$stem
- mk cmd.$stem
- mk 9src.$stem