This Makefile change (r12933 by waldi) breaks m68k builds which can 
now no longer find the kernel. Reverting it fixes the problem. Is
anyone else seeing this or is m68k doing something (else) weird?


 # raw kernel images
-$(KERNEL): $(TEMP_KERNEL)
-       install -m 644 -D $(TEMP)/$(shell echo ./$@ |sed 
's,$(SOME_DEST)/$(EXTRANAME),,') $@
+$(KERNEL): $(TEMP)/$$(@F)
+       install -m 644 -D $< $@
        ./update-manifest $@ $(MANIFEST-KERNEL)


Thanks,

Stephen

-- 
Stephen R. Marenka     If life's not fun, you're not doing it right!
<[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature

Reply via email to