9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] One more silly question
@ 2002-06-10  8:01 Peter A. Cejchan
  0 siblings, 0 replies; 3+ messages in thread
From: Peter A. Cejchan @ 2002-06-10  8:01 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 126 bytes --]


--
++pac.

Peter A. Cejchan
Paleobiology Lab, GLU Acad. Sci. CZ
<pac@next.gli.cas.cz>
[http | ftp]://next.gli.cas.cz

[-- Attachment #2: SILLYQ --]
[-- Type: text/plain, Size: 242 bytes --]

Please,
why doesn't 'install' target in /sys/src/cmd/mklib cp also $HFILES? Is it for
installall would repeat this excessively for every architecture?


Is this a clean solution to it?

installh:V: install
	cp	$HFILES $home/include/

^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: [9fans] One more silly question
@ 2002-06-10 12:52 rob pike, esq.
  2002-06-12 12:36 ` peter a. cejchan
  0 siblings, 1 reply; 3+ messages in thread
From: rob pike, esq. @ 2002-06-10 12:52 UTC (permalink / raw)
  To: 9fans

> why doesn't 'install' target in /sys/src/cmd/mklib cp also $HFILES?

Because HFILES might include private implementation files that
should not be copied.

> Is this a clean solution to it?
>
> installh:V: install
> 	cp	$HFILES $home/include/
>

Sure, if that's what you want, but since when is $home an installation
directory for system libraries?  This looks like a fine rule for the mkfile
of a private program but is not suitable for /sys/src/cmd/mklib.

-rob



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-06-12 12:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-10  8:01 [9fans] One more silly question Peter A. Cejchan
2002-06-10 12:52 rob pike, esq.
2002-06-12 12:36 ` peter a. cejchan

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).