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.
sed patch to 1.2 source
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Re: sed patch to 1.2 source
Looks like:
sed -i -e 's/$(DESTDIR)$(GIMP_PLUGINS) /$(GIMP_PLUGINS) $(DESTDIR)/' mapedit/Makefile.in
might be needed as well.
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
You should never modify a generated file such as Makefile.in.
That aside, those two do look like bugs.
That aside, those two do look like bugs.
Re: sed patch to 1.2 source
I committed the fixes to CVS. Thanks.