on 9front, I think the default path is (/bin .), but I think it's worth being a bit more robust. Done.
Quoth Kyohei Kadota via 9fans <[email protected]>: > Hi, David. > > I found, on /sys/src/cmd/git, mk clean exits with an usage error. For example: > > % cd /sys/src/cmd/git > % mk clean > rm -f *.[568ijqv] *.a[568ijqv] y.tab.? lex.yy.c y.debug y.output > [568ijqv].??* conf get fs log query repack save send serve walk > $CLEANFILES > usage: add [-r :remove] file ... > mk: rm -f *.[568ijqv] ... : exit status=rc 3855: usage 3855: usage > > There is /sys/src/cmd/git/rm and it's marked as executable so mk may > refer to that. > > Thus I would you like to merge the patch below. Is it possible to merge? > > diff --git a/sys/src/cmd/git/mkfile b/sys/src/cmd/git/mkfile > --- a/sys/src/cmd/git/mkfile > +++ b/sys/src/cmd/git/mkfile > @@ -1,4 +1,5 @@ > </$objtype/mkfile > +path=/bin > > BIN=/$objtype/bin/git > TARG=\ ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tb55aa78014f11ae0-M5a314881b64d88931f0b52fa Delivery options: https://9fans.topicbox.com/groups/9fans/subscription
