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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Tue Mar 3 16:09:39 CET 2009


Revision: 3566
          http://gar.svn.sourceforge.net/gar/?rev=3566&view=rev
Author:   skayser
Date:     2009-03-03 15:09:38 +0000 (Tue, 03 Mar 2009)

Log Message:
-----------
When GARFLAVOR=DBG drop strip from $(POST_INSTALL_TARGETS)

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

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk	2009-03-03 12:40:35 UTC (rev 3565)
+++ csw/mgar/gar/v2/gar.mk	2009-03-03 15:09:38 UTC (rev 3566)
@@ -415,7 +415,10 @@
 	$(DONADA)
 
 # strip - Strip executables
-POST_INSTALL_TARGETS := strip $(POST_INSTALL_TARGETS)
+ifneq ($(GARFLAVOR),DBG)
+	POST_INSTALL_TARGETS := strip $(POST_INSTALL_TARGETS)
+endif
+
 strip:
 	@for target in $(STRIP_DIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir) ; \
 	do \


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