Re: [Fink-devel] CompileScript no-op messages

2004-11-22 Thread Daniel Macks
On Mon, Nov 22, 2004 at 04:59:02PM -0600, Chris Dolan wrote: > When a package has nothing to compile, we are expected to include a > CompileScript that does a no-op and returns a true value. Maintainers > usually implement this via something like "echo Nothing to compile", > but there is a wide

[Fink-devel] CompileScript no-op messages

2004-11-22 Thread Chris Dolan
When a package has nothing to compile, we are expected to include a CompileScript that does a no-op and returns a true value. Maintainers usually implement this via something like "echo Nothing to compile", but there is a wide range of solutions for this. I ran the following commands to get t