SF.net SVN: gar:[24984] csw/mgar/gar/v2/gar.mk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sun May 17 22:54:30 CEST 2015


Revision: 24984
          http://sourceforge.net/p/gar/code/24984
Author:   dmichelsen
Date:     2015-05-17 20:54:30 +0000 (Sun, 17 May 2015)
Log Message:
-----------
mGAR v2: Allow not stripping binaries

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

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk	2015-05-16 15:56:07 UTC (rev 24983)
+++ csw/mgar/gar/v2/gar.mk	2015-05-17 20:54:30 UTC (rev 24984)
@@ -675,7 +675,7 @@
 
 # strip - Strip executables
 ifneq ($(GARFLAVOR),DBG)
-POST_INSTALL_TARGETS := strip $(POST_INSTALL_TARGETS)
+POST_INSTALL_TARGETS := $(if $(NOSTRIP),,strip) $(POST_INSTALL_TARGETS)
 endif
 
 strip:

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