On Fri, 2008-09-26 at 09:43 -0500, Ted Zlatanov wrote: > Are there any caveats about using Make with zsh? I've run into some > bash compatibility issues outside of Make, but no problems in Make > itself.
Make doesn't care; it just runs the command that's present in the SHELL variable. That command can be or do anything. Of course, if your recipes are not portable to zsh then you'll run into problems, but make itself doesn't care. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
