[csw-devel] SF.net SVN: gar:[19497] csw/mgar/gar/v2/gar.mk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Wed Oct 24 12:02:34 CEST 2012
Revision: 19497
http://gar.svn.sourceforge.net/gar/?rev=19497&view=rev
Author: bdwalton
Date: 2012-10-24 10:02:33 +0000 (Wed, 24 Oct 2012)
Log Message:
-----------
genericize the PYCOMPILE_FILES handling to work with old and new python layout
Modified Paths:
--------------
csw/mgar/gar/v2/gar.mk
Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk 2012-10-24 09:21:02 UTC (rev 19496)
+++ csw/mgar/gar/v2/gar.mk 2012-10-24 10:02:33 UTC (rev 19497)
@@ -811,7 +811,7 @@
# Support for cswpycompile, skip pre-compiled python files (.pyc, .pyo)
# during the merge phase.
-_PYCOMPILE_FILES = /opt/csw/lib/python/site-packages/.*\.py
+_PYCOMPILE_FILES = /opt/csw/lib/python.*/site-packages/.*\.py
MERGE_EXCLUDE_PYCOMPILE ?= $(if $(PYCOMPILE), $(addsuffix c,$(_PYCOMPILE_FILES)) $(addsuffix o,$(_PYCOMPILE_FILES)))
MERGE_EXCLUDE_INFODIR ?= $(sharedstatedir)/info/dir
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list