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/>
- Re: Adding a 'make diff' command to MakeMaker Russ Allbery
- Re: Adding a 'make diff' command to MakeMaker Ken Williams
- Re: Adding a 'make diff' command to MakeMaker Ken Williams
- Re: Adding a 'make diff' command to MakeMaker schwern
- Re: Adding a 'make diff' command to MakeMaker Michael G Schwern
- Re: Adding a 'make diff' command to MakeMaker Ken Williams
- Re: Adding a 'make diff' command to MakeMaker Nicholas Clark
- Re: Adding a 'make diff' command to MakeMaker Andy Dougherty
- Re: Adding a 'make diff' command to MakeMaker Ken Williams
- Re: Adding a 'make diff' command to MakeMaker Michael G Schwern
