[kbuild-devel] Some feedback on using kbuild

2002-06-23 Thread Jak
it has some invalid config ? Probably a "don't do that !", but saving a .config file and copying it to $KBUILD_OBJTREE is referred to in kbuild-2.5.txt. Hey, new question, in the command line in above example, I specified CC and HOSTCC. CPP becomes $(CC) -E, whereas HOSTLD s

[kbuild-devel] zlib_{inflate,deflate} not exporting symbols kbuild-2.5 2.5.24-1

2002-06-30 Thread Jak
Keith, seems kbuild-2.5 is not exporting syms for zlib_inflate/deflate in 2.5.24 Old kbuild works OK. Updating global makefile with final commands Global makefile is ready for install Installing modules in /var/tmp/2.5.24-1-build/lib/modules/2.5.24-1/ Running depmod, /sbin/depmod

[kbuild-devel] patch to allow make doc-books to build for 2.5.24-1

2002-07-04 Thread Jak
t=$(notdir $@) --command="cd $(objdir) && db2xxx $(notdir $<)" Jak --- linux-2.5-src/Documentation/DocBook/Makefile.in Sun Jun 30 11:30:24 2002 +++ 2.5-src010/Documentation/DocBook/Makefile.inThu Jul 4 13:07:40 2002 @@ -1

[kbuild-devel] patch to allow make doc-books to build for 2.4.19-rc1-1

2002-07-04 Thread Jak
uot;cd $(objdir) && db2xxx $(notdir $<)" Jak --- linux-2.4/Documentation/DocBook/Makefile.in Thu Jun 27 22:18:04 2002 +++ 2.4-src010/Documentation/DocBook/Makefile.inThu Jul 4 11:18:21 2002 @@ -28,7 +28,7 @@ $(BOO