Re: becker-ethernet-tools: ne2k compile fails
Nick Moffitt <[email protected]> Tue, 15 Jul 2003 19:10:26 -0700
| Newsgroups | gmane.linux.bbc.general |
|---|---|
| Message-ID | <[email protected]> |
begin Dion Vansevenant quotation:
> Is there a document somewhere that I've missed that describes
> bbc-contents? I have found README.txt, garchitecture.txt, and
> gartips.txt. Oh, and I scanned through the GAR Variables document
> while trying to sort out the correct variable to use to make F-Prot
> go into the (hopefully) correct directory.
UTSL!
gar/meta/bbc-contents/Makefile says on line 13:
DEPENDS = $(shell grep -v ^\; bbc-contents)
So basically it's just a bunch of depends, one per line, and a ; at
the start of a line comments one out. Any "file format" is more of a
side effect than anything else. You could even use plain whitespace
such as tabs or spaces to separate deps if you felt it absolutely
necessary.
--
end