[csw-devel] SF.net SVN: gar:[8934] csw/mgar/gar/v2/gar.pkg.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Mar 2 10:28:02 CET 2010
Revision: 8934
http://gar.svn.sourceforge.net/gar/?rev=8934&view=rev
Author: dmichelsen
Date: 2010-03-02 09:28:01 +0000 (Tue, 02 Mar 2010)
Log Message:
-----------
mGAR v2: Redo r8651 to fix #16 because the previous fix couldn't cope with ()
Modified Paths:
--------------
csw/mgar/gar/v2/gar.pkg.mk
Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk 2010-03-02 09:10:43 UTC (rev 8933)
+++ csw/mgar/gar/v2/gar.pkg.mk 2010-03-02 09:28:01 UTC (rev 8934)
@@ -354,7 +354,7 @@
_PROTOTYPE_MODIFIERS = | perl -ane '\
$(foreach M,$(PROTOTYPE_MODIFIERS),\
- $(if $(PROTOTYPE_FILES_$M),if( $$F[2] =~ m(^$(shell echo $(PROTOTYPE_FILES_$M) | /usr/bin/tr " " "|")$$) ) {)\
+ $(if $(PROTOTYPE_FILES_$M),if( $$F[2] =~ m(^$(firstword $(PROTOTYPE_FILES_$M))$(foreach F,$(wordlist 2,$(words $(PROTOTYPE_FILES_$M)),$(PROTOTYPE_FILES_$M)),|$F)$$) ) {)\
$(if $(PROTOTYPE_FTYPE_$M),$$F[0] = "$(PROTOTYPE_FTYPE_$M)";)\
$(if $(PROTOTYPE_CLASS_$M),$$F[1] = "$(PROTOTYPE_CLASS_$M)";)\
$(if $(PROTOTYPE_PERMS_$M),$$F[3] = "$(PROTOTYPE_PERMS_$M)";)\
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