[csw-devel] SF.net SVN: gar:[8034] csw/mgar/pkg/subversion/trunk/Makefile

skayser at users.sourceforge.net skayser at users.sourceforge.net
Sat Jan 16 22:29:59 CET 2010


Revision: 8034
          http://gar.svn.sourceforge.net/gar/?rev=8034&view=rev
Author:   skayser
Date:     2010-01-16 21:29:58 +0000 (Sat, 16 Jan 2010)

Log Message:
-----------
subversion: restrict cswpycompile usage to $(libdir)/python, fixes #4156

Modified Paths:
--------------
    csw/mgar/pkg/subversion/trunk/Makefile

Modified: csw/mgar/pkg/subversion/trunk/Makefile
===================================================================
--- csw/mgar/pkg/subversion/trunk/Makefile	2010-01-16 19:32:02 UTC (rev 8033)
+++ csw/mgar/pkg/subversion/trunk/Makefile	2010-01-16 21:29:58 UTC (rev 8034)
@@ -95,8 +95,9 @@
 export LDFLAGS
 
 EXTRA_MERGE_EXCLUDE_FILES = .*\.pyo .*\.pyc
-PROTOTYPE_FILTER = awk '$$$$3 ~/.*\.py$$$$/ { $$$$2 = "cswpycompile" } { print }'
-SPKG_CLASSES_CSWpythonsvn = none cswpycompile
+PROTOTYPE_MODIFIERS += cswpycompile
+PROTOTYPE_FILES_cswpycompile = $(libdir)/python/.*\.py
+PROTOTYPE_CLASS_cswpycompile = cswpycompile
 
 CONFIGURE_ARGS  = $(DIRPATHS) --libdir=$(SVNLIB) --libexecdir=$(SVNLIB)
 CONFIGURE_ARGS += --disable-mod-activation


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