ref: 5db1e72fff8404826e77d1e295f860505932c5ff
parent: 4383318eabb50094a0aa325cf4efeea844eea051
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Jul 24 14:36:08 EDT 2025
git: improve comments in mkfile explain better why the mkfile sets the path.
--- a/sys/src/cmd/git/mkfile
+++ b/sys/src/cmd/git/mkfile
@@ -1,6 +1,9 @@
</$objtype/mkfile
-path=/bin # git/rm confuses the mk rules
+# it seems like a bad idea to include '.'
+# in the path with executables like 'rm'
+# in this directory.
+path=/bin
BIN=/$objtype/bin/git
TARG=\
--
⑨