>>>>> Tino Keitel <[EMAIL PROTECTED]> writes:

 > Package: kernel-package
 > Version: 11.001
 > Severity: wishlist

 > Hi,

 > it will be nice if KBUILD_OUTPUT is supported. That way, one source
 > tree can be used to build kernels for differend computers with
 > different machines without a clean and messing around with config
 > files.

        Well, I probably may say that I've some ``initial success'' with
        building in a separate directory.  I'd like to mention a couple
        of issues that I've stumbled upon:

        * it seems to me that implementing the support for an
          autoconf-like style of passing the source and build
          directories location, e. g.:

$ make-kpkg --kernel-source=/where/is/the/source

          would require less time than a kbuild-like one
          (assuming using the existing code base, of course); certainly,
          one'd need to prefix a number of filenames with `$(srctree)/',
          but it would be even worse to prefix almost everything with
          `$(KBUILD_OUTPUT)/';

        * including build-toplevel Makefile has a little sense, since it
          contains (almost) no variables, nor `include's (in the
          separate build directory case); moreover, it defines a rule
          which may interfere with `debian/rules'.

[...]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to