svn commit: trunk/buildroot/package/sed

prpplague at uclibc.org prpplague at uclibc.org
Tue Jan 24 21:35:09 UTC 2006


Author: prpplague
Date: 2006-01-24 13:35:07 -0800 (Tue, 24 Jan 2006)
New Revision: 13578

Log:
add -f flag to ln command to fix cygwin error per case 0000441

Modified:
   trunk/buildroot/package/sed/sed.mk


Changeset:
Modified: trunk/buildroot/package/sed/sed.mk
===================================================================
--- trunk/buildroot/package/sed/sed.mk	2006-01-24 21:30:10 UTC (rev 13577)
+++ trunk/buildroot/package/sed/sed.mk	2006-01-24 21:35:07 UTC (rev 13578)
@@ -72,7 +72,7 @@
 	if [ ! -e "$(HOST_SED_DIR)/$(SED_TARGET_BINARY)" ] ; then \
 		mkdir -p "$(HOST_SED_DIR)/bin"; \
 		rm -f "$(HOST_SED_DIR)/$(SED_TARGET_BINARY)"; \
-		ln -s "$$SED" "$(HOST_SED_DIR)/$(SED_TARGET_BINARY)"; \
+		ln -sf "$$SED" "$(HOST_SED_DIR)/$(SED_TARGET_BINARY)"; \
 	fi
 
 host-sed: $(HOST_SED_TARGET)




More information about the uClibc-cvs mailing list