9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Silas McCroskey <inkswinc@gmail.com>
To: 9front@9front.org
Subject: [9front] /sys/src/cmd/syscall/mkfile assumes . is on $path
Date: Fri, 22 Jan 2021 23:31:13 -0800	[thread overview]
Message-ID: <CAHjwAuw8P5-LrDdFR-6NHojmNWL3-pEmO7+c-ap5DB-wPm42ng@mail.gmail.com> (raw)

diff -r 6f8455ea95e6 sys/src/cmd/syscall/mkfile
--- a/sys/src/cmd/syscall/mkfile Sat Jan 23 04:21:08 2021 +0000
+++ b/sys/src/cmd/syscall/mkfile Sat Jan 23 07:05:44 2021 +0000
@@ -17,7 +17,7 @@
 SYSCALL=/sys/src/libc/9syscall/sys.h

 tab.h: $SYSCALL mktab.awk
- mktab.awk $SYSCALL >$target
+ ./mktab.awk $SYSCALL >$target

 clean:V:
  rm -f *.[$OS] [$OS].out $TARG $HFILES

             reply	other threads:[~2021-01-23  8:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-23  7:31 Silas McCroskey [this message]
2021-01-23 13:02 ` hiro
2021-01-23 13:38   ` Stuart Morrow
2021-01-23 14:05 ` cinap_lenrek
2021-01-23 14:27 ` kvik
2021-01-23 16:19   ` cinap_lenrek
2021-01-23 17:26     ` kvik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAHjwAuw8P5-LrDdFR-6NHojmNWL3-pEmO7+c-ap5DB-wPm42ng@mail.gmail.com \
    --to=inkswinc@gmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).