| To: | vagabon.xyz@gmail.com |
|---|---|
| Subject: | Re: [PATCH] MIPS: Run checksyscalls for N32 and O32 ABI |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Mon, 14 May 2007 17:07:16 +0900 (JST) |
| Cc: | linux-mips@linux-mips.org, ralf@linux-mips.org, sam@ravnborg.org |
| In-reply-to: | <cda58cb80705140055r1c3d8431v7be5f805d7dea1db@mail.gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cda58cb80705140023w2829d86y662e6fa957b3734c@mail.gmail.com> <20070514.164650.126759873.nemoto@toshiba-tops.co.jp> <cda58cb80705140055r1c3d8431v7be5f805d7dea1db@mail.gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Mon, 14 May 2007 09:55:01 +0200, "Franck Bui-Huu" <vagabon.xyz@gmail.com> wrote: > > Without that, fresh build will fail because missing-syscalls target > > requires include/asm, etc. > > yes but from top makefile, we already have this depedency: > > $ grep archprepare: Makefile > archprepare: prepare1 scripts_basic Yes, and arch Makefile is included _before_ the line. So "make" will try to build arch-missing-syscalls before prepare1. We must tell "make" to build prepare1 _before_ arch-missing-syscalls. --- Atsushi Nemoto |
| Previous by Date: | Re: [PATCH] MIPS: Run checksyscalls for N32 and O32 ABI, Franck Bui-Huu |
|---|---|
| Next by Date: | Re: [PATCH] MIPS: Run checksyscalls for N32 and O32 ABI, Franck Bui-Huu |
| Previous by Thread: | Re: [PATCH] MIPS: Run checksyscalls for N32 and O32 ABI, Franck Bui-Huu |
| Next by Thread: | Re: [PATCH] MIPS: Run checksyscalls for N32 and O32 ABI, Franck Bui-Huu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |