# HG changeset patch # User John Beck # Date 1425076508 28800 # Node ID a5c4d6759ee08be607bfd76118d98ece78953ec5 # Parent 46744fa00de43a14e03084da5742204da78fdd65 20616942 package runtime/python-27 is not pkg verify clean diff -r 46744fa00de4 -r a5c4d6759ee0 components/python/python27/Makefile --- a/components/python/python27/Makefile Tue Feb 10 14:10:51 2015 -0800 +++ b/components/python/python27/Makefile Fri Feb 27 14:35:08 2015 -0800 @@ -141,6 +141,7 @@ # Note that although the 64-bit version is not used (and thus commented # out in the manifest), we still need to specify the 32-/64-bit paths, # otherwise the 64-bit build will fail to find the 32-bit path. +# 4. (Re)compile _sysconfigdata.py since we just updated it. CONFIG_MAKEFILE.32= lib/python2.7/config/Makefile CONFIG_MAKEFILE.64= lib/$(MACH64)/python2.7/config/Makefile CONFIG_MAKEFILE= $(CONFIG_MAKEFILE.$(BITS)) @@ -150,7 +151,8 @@ $(TOUCH) lib/python2.7/lib2to3/*.pickle ; \ $(GSED) -i -e 's|$(SOURCE_DIR)|.|g' -e 's|$(COMPONENT_DIR)|..|g' \ -e 's|$(SPRO_VROOT)/bin/||g' lib/python2.7/_sysconfigdata.py \ - $(CONFIG_MAKEFILE)) + $(CONFIG_MAKEFILE); \ + $(PYTHON.2.7) -m py_compile lib/python2.7/_sysconfigdata.py) ASLR_MODE = $(ASLR_ENABLE)