On Sun, Jun 17, 2018, at 14:38, Mark Felder wrote:
>
>
> On Sun, Jun 17, 2018, at 08:15, Dries Michiels wrote:
> >
> >
> > python2.7 ./genmdesc.py TARGET_AMD64 . cpu-amd64.h amd64_desc ./cpu-amd64.md
> >
> > gmake[4]: python2.7: Command not found
> >
>
> I don't recall seeing python2.7 hardcoded in the build anywhere, but
> it's possible I overlooked it. Let me see what I can find.
>
Sure enough it's there. I'll fix the build.
mono/tests/test_lldb.py:#!/usr/local/bin/python2.7
mono/mini/Makefile.am:GENMDESC_PRG=python2.7 $(srcdir)/genmdesc.py
$(target_define) $(srcdir)
mono/mini/genmdesc.py:#!/usr/local/bin/python2.7
mono/mini/Makefile.am.in:GENMDESC_PRG=python2.7 $(srcdir)/genmdesc.py
$(target_define) $(srcdir)
scripts/mono-heapviz:#!/usr/local/bin/python2.7
--
Mark Felder
ports-secteam & portmgr member
f...@freebsd.org
_______________________________________________
freebsd-mono@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-mono
To unsubscribe, send any mail to "freebsd-mono-unsubscr...@freebsd.org"