9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Dan Cross <cross@math.psu.edu>
To: 9fans@cse.psu.edu
Subject: [9fans] Changes to /sys/src/cmd/auth/mkfile
Date: Sun, 13 Oct 2002 00:21:01 -0400	[thread overview]
Message-ID: <200210130421.g9D4L1i17673@augusta.math.psu.edu> (raw)

The mkfile in /sys/src/cmd/auth was buggy.  In particular, neither the
clean nor nuke targets decended into the secstore or factotum
subdirectories.  I believe I've fixed it, and cleaned it up somewhat.
Diff's below.

Could this, and the earlier fix to the clean target in the mkfile in
/sys/src/cmd/upas/smtp/mkfile, get applied on sources?  I realize that
the changes to upas/smtp and upas/smtpd might not get applied right
now, as they're somewhat, err, immature, but the mkfile fix is pretty
straightforward and it would be nice to see it go in.  Thanks!

	- Dan C.

term% diff /sys/src/cmd/auth/mkfile mkfile
45a46,49
> lib.$O.a:V:
> 	cd lib
> 	mk
>
57,59d60
<
< nuke:V:	nukedirs
<
67a69,72
> 	mk cleandirs
> 	rm -f *.[$OS] *.[$OS].a [$OS].* y.tab.? y.debug y.output $TARG
>
> cleandirs:V:
73d77
< 	rm -f [$OS].* *.[$OS]
74a79,82
> nuke:V:
> 	mk nukedirs
> 	rm -f *.[$OS] *.[$OS].a [$OS].* y.tab.? y.debug y.output $TARG
>
102,117d109
<
< lib.$O.a:V:
< 	cd lib
< 	mk
<
< clean:V:
< 	cd lib
< 	mk clean
< 	cd ..
< 	rm -f *.[$OS] *.[$OS].a y.tab.? y.debug y.output [$OS].* $TARG
<
< nuke:V:
< 	cd lib
< 	mk nuke
< 	cd ..
< 	rm -f *.[$OS] *.[$OS].a y.tab.? y.debug y.output [$OS].$TARG $TARG
term%


             reply	other threads:[~2002-10-13  4:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-13  4:21 Dan Cross [this message]
2002-10-14 17:26 ` [9fans] Problem in replica/pull Ish Rattan

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=200210130421.g9D4L1i17673@augusta.math.psu.edu \
    --to=cross@math.psu.edu \
    --cc=9fans@cse.psu.edu \
    /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).