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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Dec 11 12:32:42 CET 2008


Revision: 2529
          http://gar.svn.sourceforge.net/gar/?rev=2529&view=rev
Author:   dmichelsen
Date:     2008-12-11 11:32:42 +0000 (Thu, 11 Dec 2008)

Log Message:
-----------
mGAR v2: Add dependency to CSWisaexec only if it is actually used

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

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk	2008-12-11 11:32:11 UTC (rev 2528)
+++ csw/mgar/gar/v2/gar.mk	2008-12-11 11:32:42 UTC (rev 2529)
@@ -499,7 +499,6 @@
 MERGE_DIRS_isa-$(ISA) ?= $(bindir) $(sbindir) $(libexecdir) $(libdir)
 MERGE_SCRIPTS_isa-$(ISA_DEFAULT) ?= copy-relocate $(EXTRA_MERGE_SCRIPTS_isa-$(ISA)) $(EXTRA_MERGE_SCRIPTS)
 MERGE_SCRIPTS_isa-$(ISA) ?= copy-relocated-only $(EXTRA_MERGE_SCRIPTS_isa-$(ISA)) $(EXTRA_MERGE_SCRIPTS)
-_EXTRA_GAR_PKGS += CSWisaexec
 endif
 
 # These directories get relocated into their ISA subdirectories
@@ -513,6 +512,10 @@
 		if test -f "$$F"; then echo $$F; fi;	\
 	done)),)
 
+ifneq ($(ISAEXEC_FILES),)
+_EXTRA_GAR_PKGS += CSWisaexec
+endif
+
 # These files get relocated.
 # MERGE_DIRS is expanded to individual files here. All further
 # processing is done using these files.


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