Revision: 4676
          http://gar.svn.sourceforge.net/gar/?rev=4676&view=rev
Author:   valholla
Date:     2009-05-04 22:19:23 +0000 (Mon, 04 May 2009)

Log Message:
-----------
remove cookie for strip binaries on reset-installs

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

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk      2009-05-04 22:17:13 UTC (rev 4675)
+++ csw/mgar/gar/v2/gar.mk      2009-05-04 22:19:23 UTC (rev 4676)
@@ -480,11 +480,13 @@
 
 reset-install: reset-merge $(addprefix reset-install-,$(MODULATIONS))
        @rm -f $(foreach M,$(MODULATIONS),$(COOKIEDIR)/install-$M) 
$(COOKIEDIR)/install $(COOKIEDIR)/post-install
+       @rm -f $(COOKIEDIR)/strip
 
 reset-install-modulated:
        @$(call _pmod,Reset install state)
        @rm -rf $(INSTALLISADIR) $(COOKIEDIR)/install-work
        @rm -f $(foreach C,pre-install-modulated install-modulated 
post-install-modulated,$(COOKIEDIR)/$C)
+       @rm -f $(COOKIEDIR)/strip
 
 # merge in all isas to the package directory after installation
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to