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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Nov 12 12:29:27 CET 2009


Revision: 7240
          http://gar.svn.sourceforge.net/gar/?rev=7240&view=rev
Author:   dmichelsen
Date:     2009-11-12 11:29:27 +0000 (Thu, 12 Nov 2009)

Log Message:
-----------
mGAR v2: Fix additional space forcing cswmigrateconf even when empty

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

Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk	2009-11-12 11:14:36 UTC (rev 7239)
+++ csw/mgar/gar/v2/gar.pkg.mk	2009-11-12 11:29:27 UTC (rev 7240)
@@ -165,7 +165,7 @@
 $(SPKG_CLASSES) $(if $($(1)),$(if $(filter $(2),$(SPKG_CLASSES)),,$(2)))
 endef
 
-MIGRATECONF ?= $(foreach S,$(SPKG_SPECS),$(if $(or $(MIGRATE_FILES_$S),$(MIGRATE_FILES)),/etc/opt/csw/pkg/$S/cswmigrateconf))
+MIGRATECONF ?= $(strip $(foreach S,$(SPKG_SPECS),$(if $(or $(MIGRATE_FILES_$S),$(MIGRATE_FILES)),/etc/opt/csw/pkg/$S/cswmigrateconf)))
 
 # NOTE: Order _can_  be important here.  cswinitsmf and cswinetd should
 #	always be the last two added.  The reason for this is that


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