projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c9775
)
add -f flag to ln command to fix cygwin error per case 0000441
author
David Anders
<dave123@abcsinc.com>
Tue, 24 Jan 2006 21:35:07 +0000
(21:35 -0000)
committer
David Anders
<dave123@abcsinc.com>
Tue, 24 Jan 2006 21:35:07 +0000
(21:35 -0000)
package/sed/sed.mk
patch
|
blob
|
history
diff --git
a/package/sed/sed.mk
b/package/sed/sed.mk
index a4e7c81cf963061cb43ec87944004e85c7a09f31..8b40a72076ff96f38eb87154b5891ebb71b11c0e 100644
(file)
--- a/
package/sed/sed.mk
+++ b/
package/sed/sed.mk
@@
-72,7
+72,7
@@
use-sed-host-binary:
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 -s
f
"$$SED" "$(HOST_SED_DIR)/$(SED_TARGET_BINARY)"; \
fi
host-sed: $(HOST_SED_TARGET)