From: Ulf Samuelsson Date: Tue, 15 Apr 2008 21:46:47 +0000 (-0000) Subject: Allow build to complete, even if tftpboot is not writeable by user X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed638f6feb504ce23602af5b3d8db34ab12da0fa;p=buildroot.git Allow build to complete, even if tftpboot is not writeable by user --- diff --git a/target/linux/Makefile.in.advanced b/target/linux/Makefile.in.advanced index 39a1fb75c8..c686d384b4 100644 --- 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)