projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62ee161
)
u-boot: unbreak build after r24674
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 5 Jan 2009 16:16:30 +0000
(16:16 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 5 Jan 2009 16:16:30 +0000
(16:16 -0000)
Disable broken autoscript handling so the build atleast completes
target/u-boot/Makefile.in
patch
|
blob
|
history
diff --git
a/target/u-boot/Makefile.in
b/target/u-boot/Makefile.in
index b746768c0c17ffbff7b95c25d1aaca69f223d1aa..24d5fdf11b281d5d5f5c964ea44d9d6feda013c5 100644
(file)
--- a/
target/u-boot/Makefile.in
+++ b/
target/u-boot/Makefile.in
@@
-199,7
+199,7
@@
$(TARGET_DIR)/usr/sbin/fw_printenv: $(U_BOOT_DIR)/$(U_BOOT_BIN)
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@
ln -sf fw_printenv $(TARGET_DIR)/usr/sbin/fw_setenv
-u-boot: $(BINARIES_DIR)/$(U_BOOT_BIN) $(U_BOOT_TOOLS) $(U_BOOT_TARGET_TOOLS)
u-boot-autoscript
+u-boot: $(BINARIES_DIR)/$(U_BOOT_BIN) $(U_BOOT_TOOLS) $(U_BOOT_TARGET_TOOLS)
u-boot-autoscript: $(U_BOOT_AUTOSCRIPT).$(PROJECT)