[csw-devel] SF.net SVN: gar:[5189] csw/mgar/pkg/gitosis/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Fri Jun 5 23:22:28 CEST 2009
Revision: 5189
http://gar.svn.sourceforge.net/gar/?rev=5189&view=rev
Author: bdwalton
Date: 2009-06-05 21:22:28 +0000 (Fri, 05 Jun 2009)
Log Message:
-----------
take advantage of pycompile
Modified Paths:
--------------
csw/mgar/pkg/gitosis/trunk/Makefile
Modified: csw/mgar/pkg/gitosis/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gitosis/trunk/Makefile 2009-06-05 20:17:39 UTC (rev 5188)
+++ csw/mgar/pkg/gitosis/trunk/Makefile 2009-06-05 21:22:28 UTC (rev 5189)
@@ -54,9 +54,9 @@
EXTRA_MERGE_EXCLUDE_FILES = .*\.pyo .*\.pyc
-PROTOTYPE_FILTER = awk '$$$$3 ~ /\/CSWgitosis\/cswusergroup$$$$/ { $$$$2 = "cswusergroup" }; $$$$3 ~ /\/var\/opt\/csw\/gitosis/ { $$$$2 = "ugfiles"; $$$$5 = "gitosis"; $$$$6 = "gitosis" } { print }'
+PROTOTYPE_FILTER = awk '$$$$3 ~ /\/CSWgitosis\/cswusergroup$$$$/ { $$$$2 = "cswusergroup" }; $$$$3 ~ /\/var\/opt\/csw\/gitosis/ { $$$$2 = "ugfiles"; $$$$5 = "gitosis"; $$$$6 = "gitosis" }; $$$$3 ~ /\.py$$$$/ { $$$$2 = "cswpycompile" } { print }'
-SPKG_CLASSES = none cswusergroup ugfiles
+SPKG_CLASSES = none cswpycompile cswusergroup ugfiles
include gar/category.mk
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