code: plan9front

Download patch

ref: fa0f9a4645220576ec910da0c479915caee847a9
parent: 31913a8524edf97ad79f9f895d6ac5761b9b2fd7
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Feb 19 22:24:45 EST 2023

cmd/mkfile: make tests depend on cmd build

--- a/sys/src/cmd/mkfile
+++ b/sys/src/cmd/mkfile
@@ -73,5 +73,5 @@
 nuke:V: cleancmds nuke.dirs
 	rm -f *.acid
 
-test:VQ: test.dirs
+test:VQ: test.dirs cmds
 	@{cd test && mk $MKFLAGS test}