Ken Williams <[EMAIL PROTECTED]> writes:

> The idea I had was to just use 'diff' without a full pathname (i.e. let
> the shell search $PATH), and to let the user add switches by doing 'make
> diff -u' or whatever.  If I can't get the switches to work that way (not
> sure whether 'make' allows it),

I'm pretty sure it doesn't.

> I'll either skip switches or use an environment variable.

There definitely needs to be some way of adding switches.  I recommend
using a make variable so that you can type:

    make diff FLAGS=-u

or the like.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>

Reply via email to