On 07 Apr 2002 21:31:06 +0800, 
Richard Chan <[EMAIL PROTECTED]> wrote:
>Seems that pp_makefile1 tries to create the merged Makefile.in but the
>directory doesn't exist.

Yes, pp_makefile1 needs to do mkdir before copying files to the object
directory.  I will fix that in kbuild-2.5-core-2, out tommorrow.  I
have managed to shave another few seconds off the build time in core-2,
it just keeps getting faster :).

Temporary workaround.

  cd $KBUILD_SRCTREE_000
  dirs=$(find -type d)
  cd $KBUILD_OBJTREE
  mkdir -p $dirs


_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to