9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: Re: [9fans] mkfile question: mklib & co.
Date: Sat,  5 Aug 2006 08:42:37 -0700	[thread overview]
Message-ID: <ee9e417a0608050842o19d45e6cg8118e8e16ba645e4@mail.gmail.com> (raw)
In-Reply-To: <d32ac901538a3150458665b6fbc59ecd@mail.gmx.net>

> got a question regarding /sys/src/cmd/mklib, why aren't HFILES copied to /$objtype/include?

the headers aren't programmatically generated
so the mkfiles don't get involved.
a human writes them and saves them in the appropriate
place.  your question is a little like asking why *.c isn't
copied to /sys/src/cmd.

also, /$objtype/include does not hold many header files
at all.  the portable headers go in /sys/include, and only
machine-dependent headers (u.h) go in /$objtype/include.

russ


  parent reply	other threads:[~2006-08-05 15:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-05  8:34 Sascha Retzki
2006-08-05 14:06 ` erik quanstrom
2006-08-05 14:27   ` Sascha Retzki
2006-08-05 14:19     ` erik quanstrom
2006-08-05 14:37       ` Sascha Retzki
2006-08-05 14:37         ` erik quanstrom
2006-08-05 14:52       ` Christoph Lohmann
2006-08-05 15:15         ` erik quanstrom
2006-08-05 14:49 ` Christoph Lohmann
2006-08-05 17:06   ` Sascha Retzki
2006-08-05 15:42 ` Russ Cox [this message]
2006-08-05 20:27   ` Charles Forsyth

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=ee9e417a0608050842o19d45e6cg8118e8e16ba645e4@mail.gmail.com \
    --to=rsc@swtch.com \
    --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).