[uClibc-cvs] svn commit: trunk/buildroot/toolchain/gdb

andersen at uclibc.org andersen at uclibc.org
Sat Mar 26 01:42:53 UTC 2005


Author: andersen
Date: 2005-03-25 18:42:52 -0700 (Fri, 25 Mar 2005)
New Revision: 10058

Log:
Overwrite any existing link should there be one


Modified:
   trunk/buildroot/toolchain/gdb/gdb.mk


Changeset:
Modified: trunk/buildroot/toolchain/gdb/gdb.mk
===================================================================
--- trunk/buildroot/toolchain/gdb/gdb.mk	2005-03-22 20:05:01 UTC (rev 10057)
+++ trunk/buildroot/toolchain/gdb/gdb.mk	2005-03-26 01:42:52 UTC (rev 10058)
@@ -164,7 +164,7 @@
 
 $(TARGET_CROSS)gdb: $(GDB_CLIENT_DIR)/gdb/gdb
 	install -c $(GDB_CLIENT_DIR)/gdb/gdb $(TARGET_CROSS)gdb
-	ln -s ../../bin/$(REAL_GNU_TARGET_NAME)-gdb \
+	ln -fs ../../bin/$(REAL_GNU_TARGET_NAME)-gdb \
 		$(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/gdb
 
 gdbclient: $(TARGET_CROSS)gdb




More information about the uClibc-cvs mailing list