From: Peter Korsgaard Date: Sun, 22 Feb 2009 10:38:10 +0000 (-0000) Subject: linux-advanced: don't error out on non writable /tftpboot X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4700ea5af2082c512b54974fe7dc01925234ff95;p=buildroot.git linux-advanced: don't error out on non writable /tftpboot Odd that we have 2x the same target right after eachother, but this is Makefile.in.advanced ofcourse ;) --- diff --git a/target/linux/Makefile.in.advanced b/target/linux/Makefile.in.advanced index 240a251e3e..565a4c9e7d 100644 --- a/target/linux/Makefile.in.advanced +++ b/target/linux/Makefile.in.advanced @@ -459,7 +459,7 @@ $(TARGET_DIR)/boot/busybox.config: $(BUSYBOX_DIR)/.config /tftpboot/$(LINUX26_KERNEL_NAME): $(LINUX26_KERNEL) -mkdir -p /tftpboot -cp -dpf $(LINUX26_KERNEL) $@ - touch $@ + -touch $@ ifneq ($(LINUX_COPYTO),/tftpboot) $(LINUX_COPYTO)/$(LINUX26_KERNEL_NAME): $(LINUX26_KERNEL)