Signed-off-by: Michael Olbrich <[email protected]>
---
How about this?
Michael
rules/post/image_kernel.make | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/rules/post/image_kernel.make b/rules/post/image_kernel.make
index 7ffeed6..a1b8d86 100644
--- a/rules/post/image_kernel.make
+++ b/rules/post/image_kernel.make
@@ -23,11 +23,9 @@ $(STATEDIR)/image_kernel.compile: $(IMAGEDIR)/root.cpio
$(KERNEL_MAKEVARS) $(KERNEL_IMAGE)
@echo "done."
-$(KERNEL_IMAGE_PATH_y): $(STATEDIR)/kernel.targetinstall
-
-$(IMAGEDIR)/linuximage: $(KERNEL_IMAGE_PATH_y)
- @echo -n "Creating '$(notdir $(@))' from '$(notdir $(<))'..."
- @install -m 644 "$(<)" "$(@)"
+$(IMAGEDIR)/linuximage: $(STATEDIR)/kernel.targetinstall
+ @echo -n "Creating '$(notdir $(@))' from '$(notdir
$(KERNEL_IMAGE_PATH_y))'..."
+ @install -m 644 "$(KERNEL_IMAGE_PATH_y)" "$(@)"
@echo "done."
$(IMAGEDIR)/linuximage.lzo: $(IMAGEDIR)/linuximage
--
1.7.8.3
--
ptxdist mailing list
[email protected]