use cp instead of $(CP), because bzImage might be a symlink
SVN-Revision: 10435
This commit is contained in:
		| @@ -39,7 +39,7 @@ ifeq ($(CONFIG_OLPC_BOOTSCRIPT_IMAGES),y) | ||||
| endif | ||||
|  | ||||
| define Image/Prepare | ||||
| 	$(CP) $(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/bzImage | ||||
| 	cp $(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/bzImage | ||||
| 	$(call Image/Prepare/bootscript) | ||||
| endef | ||||
|    | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau