On Fri, Oct 04, 2002 at 09:07:01PM +0200, Sam Ravnborg wrote: > On Thu, Oct 03, 2002 at 03:38:22PM -0500, Kai Germaschewski wrote: > > You must be missing some of the changes (My first push to bkbits was > > incomplete, since I did inadvertently edit Makefile without checking it > > out, I do that mistake all the time...). It's fixed in the current repo. > > Did a pull from bkbits at 18:30 CET, something like 09:30 pacific I think.
make xconfig is broken. The following fixes this: ===== scripts/Makefile 1.18 vs edited ===== --- 1.18/scripts/Makefile Thu Oct 3 20:20:25 2002 +++ edited/scripts/Makefile Fri Oct 4 22:13:32 2002 @@ -30,6 +30,8 @@ # but it is not worth the effort to generate the dependencies. # The alternative solution to always generate it is fairly fast. # FORCE it to remake +kconfig.tk: $(obj)/kconfig.tk + $(obj)/kconfig.tk: $(srctree)/arch/$(ARCH)/config.in $(obj)/tkparse FORCE @echo ' Generating $@' @( \ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel