On Tuesday 13 September 2005 06:08 pm, Martin Sebor wrote: > Paul D. Smith wrote: > > %% Martin Sebor <[EMAIL PROTECTED]> writes: > > > > ms> Is there an efficient way to suppress the error output of the shell > > ms> in the $(shell) function? > > > > Make can't do it. You can only do it from within the shell script > > you're invoking. > > There's no way the script could do it if it doesn't exist :)
you're thinking one level too deep simply do: $(shell your_script_here 2>/dev/null) -mike _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
