[csw-devel] SF.net SVN: gar:[4676] csw/mgar/gar/v2/gar.mk
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Tue May 5 00:19:23 CEST 2009
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.
More information about the devel
mailing list