Revision: 16840
          http://gar.svn.sourceforge.net/gar/?rev=16840&view=rev
Author:   wahwah
Date:     2012-01-20 09:43:05 +0000 (Fri, 20 Jan 2012)
Log Message:
-----------
mGAR v2: Rename CONFIG_FILES to DEVEL_EXECUTABLES

It better describes what the variable refers to.

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

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk      2012-01-20 08:58:03 UTC (rev 16839)
+++ csw/mgar/gar/v2/gar.mk      2012-01-20 09:43:05 UTC (rev 16840)
@@ -943,12 +943,12 @@
        )
        @$(MAKECOOKIE)
 
-CONFIG_FILES ?= $(bindir)/.*_config $(bindir)/.*-config
+DEVEL_EXECUTABLES ?= $(bindir)/.*_config $(bindir)/.*-config
 
 # Copy 
 merge-copy-config-only:
        $(_DBG_MERGE)(cd $(INSTALLISADIR)$(if 
$(ALLOW_RELOCATE),$(RELOCATE_PREFIX)); umask 022 && pcopy \
-               -m $(foreach C,$(CONFIG_FILES),-s ",^\(\.$C\)\$$,\1,p" ) \
+               -m $(foreach C,$(DEVEL_EXECUTABLES),-s ",^\(\.$C\)\$$,\1,p" ) \
                . $(PKGROOT) \
        )
        @$(MAKECOOKIE)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to