[csw-devel] SF.net SVN: gar:[12261] csw/mgar/gar/v2/gar.pkg.mk
theferret at users.sourceforge.net
theferret at users.sourceforge.net
Sat Jan 8 17:01:56 CET 2011
Revision: 12261
http://gar.svn.sourceforge.net/gar/?rev=12261&view=rev
Author: theferret
Date: 2011-01-08 16:01:55 +0000 (Sat, 08 Jan 2011)
Log Message:
-----------
gar.pkg.mk: attempt to blindly add CPTEMPLATES support (cswcptemplates CAS)
Modified Paths:
--------------
csw/mgar/gar/v2/gar.pkg.mk
Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk 2011-01-08 15:59:32 UTC (rev 12260)
+++ csw/mgar/gar/v2/gar.pkg.mk 2011-01-08 16:01:55 UTC (rev 12261)
@@ -195,6 +195,7 @@
# - set class for all config files
_CSWCLASS_FILTER = | perl -ane '\
+ $(foreach FILE,$(CPTEMPLATES),$$F[1] = "cswcptemplates" if( $$F[2] =~ m(^$(FILE)$$) );)\
$(foreach FILE,$(MIGRATECONF),$$F[1] = "cswmigrateconf" if( $$F[2] =~ m(^$(FILE)$$) );)\
$(foreach FILE,$(SAMPLECONF:%\.CSW=%),$$F[1] = "cswcpsampleconf" if ( $$F[2] =~ m(^$(FILE)\.CSW$$) );)\
$(foreach FILE,$(PRESERVECONF:%\.CSW=%),$$F[1] = "cswpreserveconf" if( $$F[2] =~ m(^$(FILE)\.CSW$$) );)\
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