[csw-devel] SF.net SVN: gar:[11206] csw/mgar/gar/v2/gar.mk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Oct 10 01:29:10 CEST 2010
Revision: 11206
http://gar.svn.sourceforge.net/gar/?rev=11206&view=rev
Author: bdwalton
Date: 2010-10-09 23:29:10 +0000 (Sat, 09 Oct 2010)
Log Message:
-----------
gar/v2: update default _PYCOMPILE_FILES for new python dir
Modified Paths:
--------------
csw/mgar/gar/v2/gar.mk
Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk 2010-10-09 22:26:20 UTC (rev 11205)
+++ csw/mgar/gar/v2/gar.mk 2010-10-09 23:29:10 UTC (rev 11206)
@@ -738,7 +738,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/python2.6/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