On Wednesday, 18 October, Bhaskar G ([EMAIL PROTECTED]) wrote: > The sed script that I use with gmake 3.80 works fine but not with 3.81. I > get the following errors. > > I have a multipe -e sed operations on the command line. > > sed: -e expression #1, char 30: Unknown option to `s' > sed: -e expression #4, char 66: Unknown option to `s' > > I am not sure if this is something to do with the gmake version.
Since you're not showing the actual command as written in the makefile there's not much we can say. However, I expect this is related to the change in backslash handling made in 3.81. See the NEWS file. -- ------------------------------------------------------------------------------- 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
