Re: 2.6.4-mm2

From: sam
Date: Sat Mar 20 2004 - 18:15:30 EST


Date: Lør, 20 Mar 2004 23:50:30 +0100 skrev Olaf Hering <olh@xxxxxxx> :

>
>I think that one made it into rc2. It breaks uml compilation,
>
> CC kernel/acct.o
> IKCFG kernel/ikconfig.h
> GZIP kernel/config_data.gz
> IKCFG kernel/config_data.h
>/bin/sh: line 1: scripts/bin2c: No such file or directory
>make[1]: *** [kernel/config_data.h] Error 1
>make: *** [kernel] Error 2
>error: Bad exit status from /var/tmp/rpm-tmp.18419 (%build)
>
>looks like IKCFG does not depend on scripts/bin2c anymore?

There is a missing dependency on 'scripts' in the Makefile.
Try add scripts as target on the line that says something like:


$(SUBDIRS): prepare-all scripts
^---- The scripts target you shall add.
$(Q)$(MAKE) $(build)=$@


Cannot test rigth now - not on my Linux machine.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/