[csw-devel] SF.net SVN: gar:[11292] csw/mgar/gar/v2/gar.mk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Oct 13 19:29:40 CEST 2010


Revision: 11292
          http://gar.svn.sourceforge.net/gar/?rev=11292&view=rev
Author:   wahwah
Date:     2010-10-13 17:29:40 +0000 (Wed, 13 Oct 2010)

Log Message:
-----------
mGAR v2: Changing the pycompile regex back to /opt/csw/lib/python/ (without the version number).

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.mk

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk	2010-10-13 16:14:27 UTC (rev 11291)
+++ csw/mgar/gar/v2/gar.mk	2010-10-13 17:29:40 UTC (rev 11292)
@@ -738,7 +738,7 @@
 
 # Support for cswpycompile, skip pre-compiled python files (.pyc, .pyo)
 # during the merge phase.
-_PYCOMPILE_FILES = /opt/csw/lib/python2.6/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