%% 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. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
