[Midnightbsd-cvs] mports: bsd.python.mk: Don't check precompiled python code for the fake

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sun Apr 6 23:14:21 EDT 2008


Log Message:
-----------
Don't check precompiled python code for the fake destdir.  I don't think
this breaks anything.

Modified Files:
--------------
    mports/Mk:
        bsd.python.mk (r1.7 -> r1.8)

-------------- next part --------------
Index: bsd.python.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.python.mk,v
retrieving revision 1.7
retrieving revision 1.8
diff -L Mk/bsd.python.mk -L Mk/bsd.python.mk -u -r1.7 -r1.8
--- Mk/bsd.python.mk
+++ Mk/bsd.python.mk
@@ -548,6 +548,10 @@
 
 Python_Post_Include=			bsd.python.mk
 
+# don't check precompiled python code.
+SKIP_FAKE_CHECK?=.*\.py[co]
+
+
 # py-distutils support
 PYDISTUTILS_CONFIGURE_TARGET?=	config
 PYDISTUTILS_BUILD_TARGET?=		build


More information about the Midnightbsd-cvs mailing list