projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1262117
)
Allow build to complete, even if tftpboot is not writeable by user
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Tue, 15 Apr 2008 21:46:47 +0000
(21:46 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Tue, 15 Apr 2008 21:46:47 +0000
(21:46 -0000)
target/linux/Makefile.in.advanced
patch
|
blob
|
history
diff --git
a/target/linux/Makefile.in.advanced
b/target/linux/Makefile.in.advanced
index 39a1fb75c8d528e5964d1fa05d48c7f0d7e65750..c686d384b405f069de0c844ff9c3e5514ce8b723 100644
(file)
--- a/
target/linux/Makefile.in.advanced
+++ b/
target/linux/Makefile.in.advanced
@@
-438,8
+438,8
@@
$(TARGET_DIR)/boot/busybox.config: $(BUSYBOX_DIR)/.config
cp -dpf .config $(TARGET_DIR)/boot/busybox.config
/tftpboot/$(LINUX26_KERNEL_NAME): $(LINUX26_KERNEL)
- mkdir -p /tftpboot
- cp -dpf $(LINUX26_KERNEL) /tftpboot/$(LINUX26_KERNEL_NAME)
+
-
mkdir -p /tftpboot
+
-
cp -dpf $(LINUX26_KERNEL) /tftpboot/$(LINUX26_KERNEL_NAME)
$(LINUX_COPYTO)/$(LINUX26_KERNEL_NAME): $(LINUX26_KERNEL)
mkdir -p $(LINUX_COPYTO)