Revision: 4454
          http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4454&view=rev
Author:   zmoelnig
Date:     2011-08-14 13:12:14 +0000 (Sun, 14 Aug 2011)

Log Message:
-----------
more gracefully fail when removing symlinks

Modified Paths:
--------------
    trunk/Gem/plugins/symlink_ltlib.mk

Modified: trunk/Gem/plugins/symlink_ltlib.mk
===================================================================
--- trunk/Gem/plugins/symlink_ltlib.mk  2011-08-12 13:48:03 UTC (rev 4453)
+++ trunk/Gem/plugins/symlink_ltlib.mk  2011-08-14 13:12:14 UTC (rev 4454)
@@ -17,7 +17,7 @@
 clean-convenience-link:
          @for soname in `echo | $(EGREP) "^dlname=" $(pkglib_LTLIBRARIES) | 
$(SED) -e "s|^dlname='\(.*\)'|\1|"`; do  \
             echo "$$soname: cleaning convenience links"; \
-            test -L $(top_builddir)/$$soname && rm -f 
$(top_builddir)/$$soname; \
+            test -L $(top_builddir)/$$soname && rm -f $(top_builddir)/$$soname 
|| true; \
          done 
        
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to