Messages in this thread |  | | From | "Petr Vandrovec" <> | Date | Thu, 5 Sep 2002 16:20:17 +0200 | Subject | BK Changeset 1.615 - Makefile fix breaks i386... |
| |
Hi David, after your $ARCH => $(ARCH) fix in main Makefile make system on my machine now believes that arch/i386/vmlinux.lds should be built through vmlinux.lds.S => (rule in Makefile) vmlinux.lds.s => (default as,ld) => vmlinux.lds, although neither of vmlinux.lds.S nor vmlinux.lds.s does exist :-( So build fails.
I was not able to fix problem other way than moving arch/$(ARCH)/vmlinux.lds.s rule down to arch's Makefiles, but I believe that there must be some better way to do that... Thanks, Petr Vandrovec vandrove@vc.cvut.cz - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |