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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat May 9 11:56:33 CEST 2009


Revision: 4784
          http://gar.svn.sourceforge.net/gar/?rev=4784&view=rev
Author:   dmichelsen
Date:     2009-05-09 09:56:33 +0000 (Sat, 09 May 2009)

Log Message:
-----------
mGAR v2: Simplify STRIP_LIBTOOL

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

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk	2009-05-09 09:32:24 UTC (rev 4783)
+++ csw/mgar/gar/v2/gar.mk	2009-05-09 09:56:33 UTC (rev 4784)
@@ -381,28 +381,18 @@
 #CONFIGURE_BUILDDEPS = $(addprefix $(GARDIR)/,$(addsuffix /$(COOKIEROOTDIR)/build.d/install,$(BUILDDEPS)))
 endif
 
-ifneq ($(STRIP_LIBTOOL),1)
 configure: pre-configure $(addprefix configure-,$(MODULATIONS)) post-configure
 	@$(DONADA)
 
 configure-modulated: verify-isa patch-modulated $(CONFIGURE_IMGDEPS) $(CONFIGURE_BUILDDEPS) $(CONFIGURE_DEPS) \
 		$(addprefix srcdep-$(GARDIR)/,$(SOURCEDEPS)) \
-		pre-configure-modulated pre-configure-$(MODULATION) $(CONFIGURE_TARGETS) post-configure-$(MODULATION) post-configure-modulated
+		pre-configure-modulated pre-configure-$(MODULATION) $(CONFIGURE_TARGETS) post-configure-$(MODULATION) post-configure-modulated $(if $(STRIP_LIBTOOL),strip-libtool)
 	@$(DONADA)
-else
-configure: pre-configure $(addprefix configure-,$(MODULATIONS)) post-configure strip-libtool
-	@$(DONADA)
 
-configure-modulated: verify-isa patch-modulated $(CONFIGURE_IMGDEPS) $(CONFIGURE_BUILDDEPS) $(CONFIGURE_DEPS) \
-		$(addprefix srcdep-$(GARDIR)/,$(SOURCEDEPS)) \
-		pre-configure-modulated pre-configure-$(MODULATION) $(CONFIGURE_TARGETS) post-configure-$(MODULATION) post-configure-modulated strip-libtool
-	@$(DONADA)
-endif
-
 strip-libtool:
 	@echo '[===== Stripping Libtool =====]'
 	fixlibtool $(WORKSRC)
-	@$(DONADA)
+	@$(MAKECOOKIE)
 
 .PHONY: reset-configure reset-configure-modulated
 reconfigure: reset-configure configure


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