[csw-devel] SF.net SVN: gar:[4258] csw/mgar/gar/v2/gar.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Apr 9 17:14:33 CEST 2009
Revision: 4258
http://gar.svn.sourceforge.net/gar/?rev=4258&view=rev
Author: dmichelsen
Date: 2009-04-09 15:14:33 +0000 (Thu, 09 Apr 2009)
Log Message:
-----------
mGAR v2: Allow skipping of specific modulations
Modified Paths:
--------------
csw/mgar/gar/v2/gar.mk
Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk 2009-04-09 14:48:02 UTC (rev 4257)
+++ csw/mgar/gar/v2/gar.mk 2009-04-09 15:14:33 UTC (rev 4258)
@@ -121,7 +121,7 @@
),\
$(call expand_modulator_1,$(1)))
-MODULATIONS ?= $(strip $(call modulations,$(strip $(MODULATORS))))
+MODULATIONS ?= $(filter-out $(SKIP_MODULATIONS),$(strip $(call modulations,$(strip $(MODULATORS)))))
# _modulate(ISA STATIC,,,)
# -> _modulate2(STATIC,isa-i386,ISA,ISA=i386)
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