]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Fix and improve the generation of the stripped kernel source tree
authorCarlos Alberto Lopez Perez <clopez@igalia.com>
Tue, 2 Apr 2013 21:10:46 +0000 (23:10 +0200)
committerCarlos Alberto Lopez Perez <clopez@igalia.com>
Tue, 2 Apr 2013 21:10:46 +0000 (23:10 +0200)
commit66bbd7ade4f60813b8707e2685ff81a8d63dc6e5
tree553980475a372aa749daee95915763bb811f9c7d
parentdd1eb91c9ad1ebfbb20eadf52fc3b27c3f060c09
Fix and improve the generation of the stripped kernel source tree

  * Commit f3757573 broke the rules used for the generation of the
    stripped kernel source tree because of the requirement of the
    rpm directory to be present for CONFIG_KERNEL
    (which is clearly not required for us).

  * Add a new rule to sed Makefile.am and manually set "SUBDIRS" to
    "module include" for CONFIG_KERNEL and remove it for the other
    configs.

    * This has the benefit that now running ./configure --with-config=user
    && make in the DKMS source tree is a nop while before it gave
    an error.

  * Improve the robustness of the rules by ensuring that they will
    abort if something is not as expected.
debian/rules