Re: predefines.mk : How to ignore?


Subject: Re: predefines.mk : How to ignore?
From: Michael D. Pritchett (mpritchett@attglobal.net)
Date: Mon Feb 26 2001 - 21:28:49 CST


----- Original Message -----
From: Tom Briggs <tomabi@jules.briggs.cx>
Sent: Monday, February 26, 2001 8:37 PM

>
>
> On Mon, 26 Feb 2001, Michael D. Pritchett wrote:
>
> > Instead of including this file in CVS, use the build system (make) to
check
> > for its existance. If it exists do nothing, otherwise 'touch' it and
create
> > a blank file?
>
> If I could figure out whether or not it existed I would know whether or
> not to include it. :)
>
> -Tom

Tom -

Might I suggest a shell test command such as we use when checking the need
to run ./configure?

@if [ -r /path/to/predefines.mk]; then
    include /path/to/predefines.mk
fi;

Cheers!

Michael D. Pritchett



This archive was generated by hypermail 2b25 : Mon Feb 26 2001 - 21:39:16 CST