Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crossfire on HP9000 (fwd) / and inventory naming
- To: (Petri Heinil{)
- Subject: Re: Crossfire on HP9000 (fwd) / and inventory naming
- From: Philip Brown <>
- Date: Sun, 12 Jun 1994 11:46:19 -0700 (PDT)
- Cc: crossfire (at) ifi.uio.no
- In-Reply-To: <> from "Petri Heinil{" at Jun 12, 94 08:57:44 pm
Reguarding
XCOMM line
vs
/* line */
The difference, I think, is that one gets copied over the the Makefile,
and one doesn't.
XCOMMs get copied, I think.
Some types of things really _should_ get commented in the makefile as
well as the Imakefile.
Configuration that can only be done in the Imakefile can use /* */ .
However, if you do strange things, I think you should use XCOMM to
explain them.