On 5/11/07, Atsushi Nemoto <anemo@xxxxxxxxxxxxx> wrote:
archprepare: ifdef CONFIG_MIPS32_N32 - $(Q)$(MAKE) $(build)=arch/mips missing-syscalls-n32 + @echo ' Checking missing-syscalls for N32' + $(Q)$(MAKE) $(build)=. missing-syscalls EXTRA_CFLAGS="-mabi=n32" endif ifdef CONFIG_MIPS32_O32 - $(Q)$(MAKE) $(build)=arch/mips missing-syscalls-o32 + @echo ' Checking missing-syscalls for O32' + $(Q)$(MAKE) $(build)=. missing-syscalls EXTRA_CFLAGS="-mabi=32" endif
Well I'm not sure how revelant are the echos... But I still think that (a) you shouldn't put any command in 'archprepare' multiple rule (b) you should move this rule from the cleaning targets. Thanks -- Franck