Page 1 of 1

sed patch to 1.2 source

Posted: Wed Jun 16, 2004 10:20 pm
by Mr_Bones_
Please apply this sed patch to correct a long-standing bug in parallel make:

sed -i -e "s/u7siinstrics.data/u7siintrinsics.data/" usecode/ucxt/data/Makefile.in

Thanks.

Re: sed patch to 1.2 source

Posted: Wed Jun 16, 2004 10:58 pm
by Mr_Bones_
Looks like:

sed -i -e 's/$(DESTDIR)$(GIMP_PLUGINS) /$(GIMP_PLUGINS) $(DESTDIR)/' mapedit/Makefile.in

might be needed as well.

Re: sed patch to 1.2 source

Posted: Thu Jun 17, 2004 6:45 am
by wjp
You should never modify a generated file such as Makefile.in.

That aside, those two do look like bugs.

Re: sed patch to 1.2 source

Posted: Thu Jun 17, 2004 7:04 am
by wjp
I committed the fixes to CVS. Thanks.