projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cc50fc
)
u-boot: don't error on existing symlink
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 23 Apr 2008 14:52:35 +0000
(14:52 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 23 Apr 2008 14:52:35 +0000
(14:52 -0000)
target/u-boot/Makefile.in
patch
|
blob
|
history
diff --git
a/target/u-boot/Makefile.in
b/target/u-boot/Makefile.in
index c6abe6ec2629fedead0381a2a3c996b9f4044760..005d935c6f316f0b2642787851ad9700e36416d1 100644
(file)
--- a/
target/u-boot/Makefile.in
+++ b/
target/u-boot/Makefile.in
@@
-132,7
+132,7
@@
$(TARGET_DIR)/usr/sbin/fw_printenv: $(U_BOOT_DIR)/$(U_BOOT_BIN)
-DUSE_HOSTCC -o $@ \
$(U_BOOT_DIR)/tools/env/*.c $(U_BOOT_DIR)/tools/crc32.c
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@
- ln -s fw_printenv $(TARGET_DIR)/usr/sbin/fw_setenv
+ ln -s
f
fw_printenv $(TARGET_DIR)/usr/sbin/fw_setenv
u-boot: gcc $(BINARIES_DIR)/$(U_BOOT_BIN) $(U_BOOT_TARGET_TOOLS)