projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac4f6d4
)
use cp instead of $(CP), because bzImage might be a symlink
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 9 Feb 2008 19:28:50 +0000
(19:28 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 9 Feb 2008 19:28:50 +0000
(19:28 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10435
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/olpc/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/olpc/image/Makefile
b/target/linux/olpc/image/Makefile
index
b433ac4
..
a245d72
100644
(file)
--- a/
target/linux/olpc/image/Makefile
+++ b/
target/linux/olpc/image/Makefile
@@
-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