[csw-devel] SF.net SVN: gar:[5605] csw/mgar/gar/v2/gar.mk

bensons at users.sourceforge.net bensons at users.sourceforge.net
Mon Jul 20 11:43:07 CEST 2009


Revision: 5605
          http://gar.svn.sourceforge.net/gar/?rev=5605&view=rev
Author:   bensons
Date:     2009-07-20 09:43:06 +0000 (Mon, 20 Jul 2009)

Log Message:
-----------
Fixed small typo for EXTRA_MERGE_INCLUDE_FILES

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.mk

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk	2009-07-20 07:55:41 UTC (rev 5604)
+++ csw/mgar/gar/v2/gar.mk	2009-07-20 09:43:06 UTC (rev 5605)
@@ -575,7 +575,7 @@
 # Exclude by replacing files with the empty string
 _INC_EXT_RULE = $(foreach F,$(_MERGE_EXCLUDE_FILES),-s ',^\.$F$$,,')
 # Replace files by itself terminating on first match
-_INC_EXT_RULE += $(foreach F,$(_MERGE_INCLUDE_FILES),-s ",^\(\.$F\)\$,\1,")
+_INC_EXT_RULE += $(foreach F,$(_MERGE_INCLUDE_FILES),-s ",^\(\.$F\)$$,\1,")
 
 # These are used during merge phase to determine the base installation directory
 MERGEBASE_$(bindir)     ?= $(bindir_install)


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