Revision: 6183
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6183&view=rev
Author:   gespinasse
Date:     2011-12-25 21:50:54 +0000 (Sun, 25 Dec 2011)
Log Message:
-----------
Prefer ignoring the error with 'rm -f ' instead of '-rm ' as that avoid Error 1 
(ignored) message

Modified Paths:
--------------
    ipcop/trunk/lfs/gdb

Modified: ipcop/trunk/lfs/gdb
===================================================================
--- ipcop/trunk/lfs/gdb 2011-12-25 12:29:06 UTC (rev 6182)
+++ ipcop/trunk/lfs/gdb 2011-12-25 21:50:54 UTC (rev 6183)
@@ -86,7 +86,7 @@
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
        # See WARNING, if we stop before tweaked spec removal
-       -rm `dirname $$(gcc --print-libgcc-file-name)`/specs
+       rm -f `dirname $$(gcc --print-libgcc-file-name)`/specs
 
        # Static build with LDFLAGS='-static' and hardened glibc fail.
        # Compiling hardened would need patching glibc 
(http://bugs.gentoo.org/293637 ).

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


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to